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!
check out the docs over at mongodb
http://www.mongodb.org/display/DOCS/Rails+-+Getting+Started
I have no personal experience with mongo (hopefully soon), i’ve only watched some online presentations so far, looks really cool!
EDIT: this one looks like its specific to the ruby driver
http://www.mongodb.org/display/DOCS/Ruby+Tutorial
some other resources I have been checking out over the last month you might find useful?