Links
Categories
Plugins Tagged migrations
-
InnoDB Migrations
Sets the default table type to InnoDB for new tables created with ActiveRecord migrations.
-
plugin_migrations
Adds support for plugin-based migrations.
-
Sexy Migrations
Keep your old migrations, sex up your new migrations. It works with them newfangled Independent Migrations and is 100% backwards compatible.
-
migration_assist
This plugin provides rake tasks to assist with the management of migration
files. -
Annotate models
Add a comment summarizing the current schema to the top of each ActiveRecord model source file.
-
Auto Migrations
Migrations without the fuss: add table fields to your schema.rb, run the rake task, and your database is updated!
-
easily migrate
Adds rake tasks for easily migrating
-
Sakuzaku Rake Tasks
Some really convenient rake tasks to for some painfully common Rails tasks.
-
More Migration Paths
This plugin adds the possibility to add more migration paths to rails. This is helpful if you want to split your
migrations in multiple directories. You could have migrations in plugins or gems for example
