Using the MongoDB Ruby driver in Rails? (without an object mapper)

Posted by Mark L on Stack Overflow See other posts from Stack Overflow or by Mark L
Published on 2010-06-06T02:15:11Z Indexed on 2010/06/06 2:22 UTC
Read the original article Hit count: 319

I have recently been getting my feet wet in MongoDB using Mongoid w/ Rails 3, but I'm now interested in learning the low level MongoDB features using only the Ruby driver, and trying some map/reduce that would not be possible through Mongoid (afaik)

I'm not entirely sure where in Rails I should be setting up the db connections etc, and any pointers would be much appreciated!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about mongodb