Smooth Migration plugin

Plugin details

The Smooth Migration plugin allows database migrations to continue running instead of aborting on failure. The rake db:migrate task will fail at the end of the migration instead of in the middle. This helps prevent getting stuck between migrations and needing to comment out code to continue migrating.

Websitehttp://code.google.com/p/smooth-migration/ Repositoryhttp://smooth-migration.googlecode.com/svn/trunk/smooth_migration/ Author Dan Manges Tags Database, migration LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://smooth-migration.googlecode.com/svn/trunk/smooth_migration/

Usage
=========

Your migrations will become smooth after installing the plugin. If you want to migrate the old way, use:

  rake db:migrate SMOOTH=false


Or, in your environment configuration file:

  SmoothMigration.disabled = true

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 9 months ago