aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_migration.rb
Commit message (Expand)AuthorAgeFilesLines
* added schema_migrations_table_name to ActiveRecord::Base in order that the na...Jerad Phelps2013-10-271-2/+2
* Minor refactor of ActiveRecord::SchemaMigration to remove references to Base,...Kyle Rippey2013-05-261-18/+24
* sets limit 191 for schema_migrations#version in mysql2 if the encoding is "ut...Xavier Noria2013-03-171-5/+8
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-36/+3
* Oracle needs table to check index existenceJosh Susser2012-12-061-3/+3
* style cleanupJosh Susser2012-12-031-4/+4
* Add migration history to schema.rb dumpJosh Susser2012-12-021-0/+12
* Add metadata to schema_migrationsJosh Susser2012-12-011-4/+25
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-1/+0
* Remove duplicated unique index name.kennyj2012-07-141-4/+7
* allow mass-assign version attribute in AR::SchemaMigrationSergey Nartimov2012-02-061-0/+2
* make sure the migration table is alive and emptyAaron Patterson2012-01-131-2/+1
* refactor schema migration table creation to the schema migration modelAaron Patterson2012-01-131-0/+18
* convert the migration list to a Set, remove duplicate codeAaron Patterson2012-01-131-0/+4
* use the schema migration model to dump schema infoAaron Patterson2012-01-131-1/+3
* add a migration schema modelAaron Patterson2012-01-131-0/+9