Can someone give me a short introduction to doing DB migrations in Rails using Mongoid? I\'m particularly interested in lazy per document migrations. By this, I mean that whenev
I have the same need.
Here is what I came up with: https://github.com/nviennot/mongoid_lazy_migration
I would gladly appreciate some feedback