Does anybody know how to create a rails application that use noSql database? We do rails new app_name -d mysql for using mysql database, I need to know what command I should fire in case of noSql database.how to configure and connect to that database and how to use table from it. I need reference link to study. Can anybody help me out? Thanks.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
As far as I am concerned you will have to create a new Rails project excluding active record:
then you can follow the configuration steps from Mongoid: |
|||||
|
|
http://www.mongodb.org/display/DOCS/Rails+3+-+Getting+Started should get you started. |
|||
|
|