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 Gemfile.) (LoadError)
and if I copy gem sqlite3 the program ran with MongoDb same as database
Plase instruct for me this problem and how to do if I want only MongoDB
same as Database.
Thanks...

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to