我的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)
有什么想法吗?