Skip to content

Releases: ka8725/migration_data

Allow to run data migrations before and after

03 Feb 20:49
a30582c
Compare
Choose a tag to compare

Ability to skip migrations data execution

02 Feb 19:47
Compare
Choose a tag to compare

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.

Remove squasher

27 Jan 19:25
1e21f08
Compare
Choose a tag to compare

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: #34

Rails 5.2 support.

11 Oct 12:29
069ba0e
Compare
Choose a tag to compare
v0.3.1

Merge pull request #36 from mapreal19/mario/fix-require-migration-rai…

v0.3.0

10 Dec 20:37
Compare
Choose a tag to compare

Rails 5 support.

v0.2.1

08 Jan 00:23
Compare
Choose a tag to compare
  • Fix travis builds
  • Fix working with rails 4.2

v0.2.0

06 Nov 19:37
Compare
Choose a tag to compare

Rake task to squash migrations added

v0.1.0

18 Sep 21:06
Compare
Choose a tag to compare
  • Rollback command added

v0.0.4

08 Feb 00:15
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Any version of Ruby support
  • Fix failed tests for testing helper