为什么Rails认为我的数据库是MongoDB,当它是SQLite3时?

时间:2012-11-08 15:57:31

标签: ruby-on-rails mongodb sqlite

我的database.yml文件说

adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000

当我运行rails服务器时,我得到:

ActiveRecord::ConnectionNotEstablished

我grep搜索我的项目,没有mondodb写在任何地方.. 我正在使用黄瓜进行BDD。 当我跑耙时,我得到:

Please install the mongodb adapter: `gem install activerecord-mongodb-adapter` (cannot load such file -- active_record/connection_adapters/mongodb_adapter)

有什么想法吗?

0 个答案:

没有答案