ruby-data-migrate

migrate data alongside schema changes for rake tasks

Description

This data_migrate gem provides data migrations alongside schema migrations for rake tasks.

Data migrations are stored in db/data. They act like schema migrations, except they should be reserved for data migrations.

For instance, if you realize you need to titleize all yours titles, this is the place to do it. Running any of the provided rake tasks also creates a data schema table to mirror the usual schema migrations table to track all the goodness.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/ilyakatz/data-migrate


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ruby-data-migrate