Aaron Moodie
Aaron Moodie

Reputation: 1965

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.

Upvotes: 6

Views: 1004

Answers (2)

Michael
Michael

Reputation: 1839

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

Upvotes: 1

Rupeshit
Rupeshit

Reputation: 1466

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

Upvotes: 4

Related Questions