Data Migration
How to handle data migration when the database schema is changed
0.99
Rake tasks to migrate data alongside schema changes.
2017
2018
2019
2020
2021
2022
0.22
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
...
2017
2018
2019
2020
2021
2022