Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoMapper docs

Does anyone have a good resource for MongoMapper documentation? I've been reading through the mongoDB docs, but a lot of it doesn't convert across to ruby/mm. I've been trying to figure out how to do a SELECT FROM WHERE EXISTS with little success.

db.things.find( { a : { $exists : true } } ); // return object if a is present

The only docs I've found so far these which have helped a little.

Thanks.

like image 464
Aaron Moodie Avatar asked Jul 31 '10 07:07

Aaron Moodie


2 Answers

Here is the three good pdf link which will guide you how to store files,retrieve files,twitter schema,followers, insert,update and many more..........

First Pdf - MongoDb by Kristina

MongoDb by Kyle

MongoDb by Mathias Stearn

like image 130
Rupeshit Avatar answered Oct 23 '22 09:10

Rupeshit


Actually, there's a documentation project now: http://mongomapper.com/documentation/

like image 43
Michael Avatar answered Oct 23 '22 07:10

Michael