Does anyone have a good resource for MongoMapper documentation? I read mongoDB docs, but many of them are not convertible to ruby / mm. I tried to figure out how to make SELECT FROM WHERE EXISTS with little success.
db.things.find( { a : { $exists : true } } ); // return object if a is present
The only documents that I have found so far are those that have helped a bit.
Thanks.
ruby mongodb mongomapper
Aaron hoodie
source share