is there a full setup guide for mongo_mapper, haml, rails3 and devise, for the current git (master) branches? a lot of things changed in all of those frameworks/li开发者_运维问答bs lately. i was wonde
I have a many to many r开发者_Python百科elationship between Pumps and Parts. I am storing the Part ids in the Pump document. I would also like to store how many Parts are used in a particular Pump.
I\'m trying my first application with mongodb on Rails using mongo_mapper and I\'m weighing my options on an STI model like below.
I have a rails app using mongodb through mongomapper and all is well. The problem is... I\'m going to want to use erlang to do some background processing and I want to update the same mongo/mongomappe
I have a pretty simple setup. To sum it up here\'s what I\'m doing: class Movie include MongoMapper::Document
I\'d like to select a collection of items ordered based on the number of items within an array. Hopefully the following example will clarify my rather poor explanation:
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answe开发者_如何学运维red with facts and cita
I\'m considering using mongodb on a new project, but before delving in, I\'d like to know if it supports some key features. I know you don\'t need migrations, and you can add embedded objects,...but d
does it make sense to save the class name in a field when using inheritance with mongomapper/rails? class Item
i just stumbled across a posing on the mongodb-user list where there was a discussion about passenger and forking when using mongoDB with MongoMapper.