Re: [Rails] Help me the error after replace sqlite3 by using MongoDb and MongoId

2013-04-10 Thread Norbert Melzer
It isn't enough just to change the gems, you also have to alter the database configuration to be found at config/database.yml. Please check Mongo manual for further details. Am 10.04.2013 17:31 schrieb "haxuan lac" : > I want use MongoDB same as database of Project. > I delete gem "sqlite3" and co

[Rails] Help me the error after replace sqlite3 by using MongoDb and MongoId

2013-04-10 Thread haxuan lac
I want use MongoDB same as database of Project. I delete gem "sqlite3" and copied 2 gem: gem "mongoid", "~> 3.0.0" gem 'bson_ext' then had error : in `block in replace_gem': Please install the sqlite3 adapter: `gem install activerecord-sqlite3-adapter` (sqlite3 is not part of the bundle. Add it to