I was working on an app until some months ago. After that, it was decided that the app should go through a major overhaul. This involved changing a lot of the database schema. To accomplish the objective, we opted to work on another branch. When we had to make a migration, we did it not troubling ourselves to include code that dealt with current data available in the database so that it became compatible with the new db schema. This development went this way for some months. Now, we need to take all the data from the old database schema and migrate it into the new database schema.
Such a task seems complex enough to ask for advice. Are there any gems that can help with this? Thanks