私のdatabase.ymlファイルは言う
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
Rails サーバーを実行すると、次のようになります。
ActiveRecord::ConnectionNotEstablished
私は自分のプロジェクトをgrep検索しますが、mondodbはどこにも書かれていません..私はBDDにキュウリを使用しています。rake を実行すると、次のようになります。
Please install the mongodb adapter: `gem install activerecord-mongodb-adapter` (cannot load such file -- active_record/connection_adapters/mongodb_adapter)
何か案が?