Category

Data Migration

How to handle data migration when the database schema is changed

0.2
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.19
No commit activity in last 3 years
No release in over 3 years
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 classes in the migrations or write raw SQL. But they don't help in 100% cases anyway. This gem promises to solve the problem in a simple way.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.06
There's a lot of open issues
Switching between branches with migrations and running them can make your DB inconsistent and not working in another branch if not roll the migration back. Install this gem and forget about that issue by running the standard rake db:migrate.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024