Project

farfugl

0.0
No commit activity in last 3 years
No release in over 3 years
Run old Rails migrations without code dependence problems
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Farfugl

Gem Version

Migrating an old database with old migrations can be a pain because the migrations often depend on code that doesn't exist in the latest version of the application. The simplest solution is to checkout to the commit where each migration was introduced (or last modified) and run each migration from there, but this can be time-consuming and tedious. Farfugl automates this process.

Setup

You can install Farfugl on your system like any other gem:

gem install farfugl

You can also add gem 'farfugl' to your Rails application's Gemfile and run bundle.

Usage

Please note that Farfugl is still under development and may not be completely stable; always create backups of your database before using it.

Running Farfugl is simple:

rake farfugl:migrate