Does MongoMapper (or any other Mongodb adapter) have a method like “accepts_nested_attributes_for”?

StackOverflow https://stackoverflow.com/questions/2076130

Question

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 does all that mean it also behaves as if the 'accepts_nested_attributes_for' method is always there?

Do you know of any other killer features that I should be aware of that would sway me for or against MongoDB?

Here's a recent article I'm aware of, and that others may also be interested in:

http://railstips.org/blog/archives/2009/12/18/why-i-think-mongo-is-to-databases-what-rails-was-to-frameworks/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top