mongodb on rails via mongo_record in 4 steps
Ron Sweeney on 2010-08-03 01:57:00 UTC
This is not an amazing task for most, but it im sharing it anyway because thats how I roll.
It is easy to get mongodb on rails using mongo_record in four tasks:
- create/generate a schema.rb file.
- install the mongo_record plugin
- edit the database.yml file.
- edit each model to connect to the mongodb.