Plugins tagged by Migrations
- Schema Definition A Ruby on Rails plugin for easy migration generation. Based on Auto-Migrations by PJ Hyet Type: Plugin | Last updated: 23 March 2008
- Duplicate Migrations Duplicate migrations allows rails migrations to have duplicate version numbers. It works off the assumption that duplicate versions never have dependencies on each other, so can be run in any order. This is useful for situations like branching... Type: Plugin | Last updated: 10 February 2008
- Domain Migrations Add basic support for database domains in migrations. Type: Plugin | Last updated: 31 January 2008
- RMigrations Extended functionality of Rail's default migrations. Type: Plugin | Last updated: 01 January 2008
- Renumber Migrations If you work in a team on a Rails project, chances are that you and your team mates occasionally create identically-numbered migrations. Renumbering a migration that you're working on is a pain, unless you're using this handy 'renumber_migrations'... Type: Plugin | Last updated: 19 November 2007
- Easily Migrate This is a plugin that adds rake tasks to make migrating easier. Currently Adds * Set db version * migrate up 1 * migrate down 1 Type: Plugin | Last updated: 19 November 2007
- Transactional Migrations Transactional Migrations is a plugin that ensures your migration scripts—both up and down—run within a transaction. When used in conjunction with a database that supports transactional Data Definition Language (DDL)—such as... Type: Plugin | Last updated: 11 September 2007
- Foreign Key Migrations Foreign Key Migrations is a plugin that automatically generates foreign-key constraints when creating tables. It uses SQL-92 syntax and as such should be compatible with most databases that support foreign-key constraints. Type: Plugin | Last updated: 11 September 2007

