宝石''无法仅为rails应用程序加载

时间:2014-03-24 09:21:37

标签: ruby-on-rails ruby postgresql gem

我正在使用pg gem pg-0.17.1-x86-mingw32。当我从我的ruby代码连接它时工作正常。但是当我尝试通过rails应用程序连接它时,它给了我一个错误:: “为数据库适配器指定'postgresql',但未加载gem。将gem 'pg'添加到您的Gemfile中。”

我在执行时遇到了这个错误::“rake db:migrate” 更改database.yml之后

我的yml看起来像::

development:
  adapter: postgresql
  database: postgres
  host: localhost
  user: postgres
  password: postgre90
  pool: 5
  timeout: 5000

我正在使用::

Rails -4.0.4
Ruby -1.9.3

请帮忙..我是铁轨上的红宝石的新手

0 个答案:

没有答案