Data Migration
How to handle data migration when the database schema is changed
1.11
Rake tasks to migrate data alongside schema changes.
2019
2020
2021
2022
2023
2024
0.45
A Rails engine for queuing and managing maintenance tasks
2019
2020
2021
2022
2023
2024
0.19
Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party
2019
2020
2021
2022
2023
2024
0.18
Sometimes we have to write some Rails code in the migrations and it's hard to
keep them in working state because models wich are used there changes too often. there
some techniques which help to avoid these pitfalls. For example, define model
...
2019
2020
2021
2022
2023
2024
0.1
Wipe out inconsistent DB and schema.rb when switching branches.
Just install this gem and use the standard rake db:migrate command.
2019
2020
2021
2022
2023
2024