Migration Data Versions Save

Migrate data along with schema migrations in Rails and keep them up to date.

v0.6.0

4 years ago

See readme for details.

v0.5.0

4 years ago

From now on, anyone who needs to skip data migrations run in particular environments can use skip option like this MigrationData.config.skip = true. Check out the latest README for details.

v0.4.0

4 years ago

Due to the fact there are other solutions on the Internet and the squash issue can be solved by them, this gem no longer supports squashing migrations.

More details in the issue: https://github.com/ka8725/migration_data/issues/34

v0.3.1

5 years ago

0.3.0

7 years ago

Rails 5 support.

0.2.1

8 years ago
  • Fix travis builds
  • Fix working with rails 4.2

0.2.0

8 years ago

Rake task to squash migrations added

0.1.0

8 years ago
  • Rollback command added

v0.0.4

10 years ago
  • Any version of Ruby support
  • Fix failed tests for testing helper