English 中文(简体)
铁路:如何阻止铁路公司试图装载邮政
原标题:Rails: How to stop rails from trying to load postgres

我想在oku湖生产时使用 s3,但用 p。 然而,我没有在当地东道方安装邮资,因此,当我操作以下代码时,便装设灯塔。

我知道,在以下法典中,我可以补充一些内容,以便铁路在我操作<条码>时试图安装。 谁能告诉我?

#gem  sqlite3 
group :development, :test do
  gem  sqlite3 
end
group :production do
  gem  pg 
end
最佳回答

bundler安装了所有定义的群体。 你们必须明确告诉我们,你们不想有哪一个团体。 在这种情况下,可能

bundle install --without production

Bundler将记住你在.bundle/config中选择的群体。 因此,您不应将该名录的内容核对成源控制。

但是,你应该指出,在Kumk和Pogres的方言中存在各种差异。 因此,除非你只做微不足道的 st,否则你也应当无限期地测试波茨。 处理日期、数字和与邮局不同类型的差异等事项通常更为严格。 地图绘制了大部分数据类型的地图,以显示无限长度。 员额使用固定数据类型。

问题回答

暂无回答




相关问题
摘录数据

我如何将Excel板的数据输入我的Django应用? I m将PosgreSQL数据库作为数据库。

Postgres dump of only parts of tables for a dev snapshot

On production our database is a few hundred gigabytes in size. For development and testing, we need to create snapshots of this database that are functionally equivalent, but which are only 10 or 20 ...

How to join attributes in sql select statement?

I want to join few attributes in select statement as one for example select id, (name + + surname + + age) as info from users this doesn t work, how to do it? I m using postgreSQL.

What text encoding to use?

I need to setup my PostgreSQL DB s text encoding to handle non-American English characters that you d find showing up in languages such as German, Spanish, and French. What character encoding should ...

SQL LIKE condition to check for integer?

I am using a set of SQL LIKE conditions to go through the alphabet and list all items beginning with the appropriate letter, e.g. to get all books where the title starts with the letter "A": SELECT * ...

热门标签