Plugins tagged by migration

  • Migration Concordance This plugin extends Rails migrations to provide notification when you need to run migrations. It will detect both new migrations and modifications to previously run migrations. It is primarily of use for team development, but is also useful when... Type: Plugin | Last updated: 02 May 2008
  • Migration custom column types Allow to use custom db column types in your migrations (such as MySQL varbinary). Type: Plugin | Last updated: 17 October 2007
  • Independent Migrations In simple terms, here’s what it does. To paraphrase zenspider, if two migrations have the same number, Rails will bitch at you. This plugin removes the bitching. Type: Plugin | Last updated: 08 October 2007
  • Migration Assist This plug-in provides rake tasks to assist with the management of migration files. Type: Plugin | Last updated: 12 October 2007
  • Plugin Migrations plugin_migrations adds support for plugin-based migrations. Type: Plugin | Last updated: 08 October 2007
  • Migration Test Helper MigrationTestHelper provides methods which let you assert the current state of the schema and run your migrations against the test database. Type: Plugin | Last updated: 08 October 2007
  • Migratory Shortcuts ActiveRecord has "magic" fields for implementing some of its amazingly helpful features. Auto timestamping, acts_as_list, acts_as_tree, acts_as_nested_set and so forth. Remembering all these "magic" columns can prove... Type: Plugin | Last updated: 06 October 2007
  • Migration Data Dumper This plugin adds the methods save_table_to_fixture and restore_table_from_fixture to ActiveRecord::Migration, which dump and restore the data from the specified table. Type: Plugin | Last updated: 06 October 2007
  • Smooth Migration 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... Type: Plugin | Last updated: 05 October 2007
  • Subverted Migrations SubvertedMigrations helps manage Rails schema migrations across Subversion branches. It keeps version numbers consistent across the trunk and all branches (or any other svn paths as defined) so that they can be merged cleanly. It also patches... Type: Plugin | Last updated: 18 September 2007