Advice on migrating from MongoMapper to Mongoid?
It seems like Mongoid is now the superior ORM for Mongo based on performance and development activity. Unfortunately, we're on MongoMapper and need to migrate. Are there any concerns or stumbling blocks we should be aware of? We have found a few outdated articles on Google and tried posting on the Mongoid Google Groups (though we were prohibited), but would love thoughts from SO members who have done this in the past. We're on Rails 3.2.12. Thanks! Both of them are great MongoDB Libraries for Ruby. But if you want to switch, here are some notes: Migrating MongoMapper ORM to Mongoid ORM - Notes