Skip to content

Instantly share code, notes, and snippets.

@joshsusser
Created December 3, 2012 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshsusser/4192298 to your computer and use it in GitHub Desktop.
Save joshsusser/4192298 to your computer and use it in GitHub Desktop.
ActiveRecord Migrations cleanup opportunities

ActiveRecord Migrations cleanup opportunities

  1. Merge Migration and MigrationProxy code into AR::SchemaMigration
  2. change ActiveRecord::Migrator.schema_migrations_table_name to ActiveRecord::SchemaMigration.table_name
  3. Separate tests for schema dump from structure dump.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment