Managing mongoid migrations

后端 未结 3 751
南旧
南旧 2021-01-30 23:11

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

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-30 23:41

    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

提交回复
热议问题