Managing mongoid migrations

后端 未结 3 754
南旧
南旧 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:21

    Zachary Anker has explained a lot in his answer.using mongoid_rails_migrations is a good option for migration.

    Here are some links with example that will be useful for you to go through and use mongoid_rails_migrations

    Mongoid Migrations using the Mongo Driver

    Embedding Mongoid documents and data migrations

    Other then this the Readme is should be enough with this example to implement mongoid migration

提交回复
热议问题