我的 database.yml 文件说
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
当我运行 rails server 时,我得到:
ActiveRecord::ConnectionNotEstablished
我用 grep 搜索我的项目,没有 mondodb 写在任何地方。我使用 Cucumber 作为 BDD。当我运行 rake 时,我得到:
Please install the mongodb adapter: `gem install activerecord-mongodb-adapter` (cannot load such file -- active_record/connection_adapters/mongodb_adapter)
任何想法?