aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_migration.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert schema dumper to use strings rather than integerseileencodes2019-06-201-1/+1
* Move SchemaMigration to migration_contexteileencodes2019-06-141-1/+1
* Remove duplicated `table_exists?`Ryuta Kamizono2019-06-131-4/+0
* Respect table name prefix/suffix for `truncate_all`Ryuta Kamizono2019-04-041-1/+1
* Only define attribute methods from schema cacheEugene Kenny2018-09-281-0/+4
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-2/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Extract `SchemaMigration.all_versions`Ryuta Kamizono2017-03-061-1/+5
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-2/+2
* Avoid extra `show variables` in migrationRyuta Kamizono2016-02-011-3/+2
* Make to primary key instead of an unique index for internal tablesRyuta Kamizono2016-01-311-7/+2
* Make `SchemaMigration.drop_table` to one SQLRyuta Kamizono2016-01-301-4/+1
* Clean up internal metadata definitionRyuta Kamizono2016-01-151-1/+1
* Get update_attributes working with SchemaMigrationschneems2016-01-081-1/+1
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-1/+1
* Doc SchemaMigration class.schneems2015-09-141-1/+5
* Fix circular import warning on buildYoong Kang Lim2015-05-311-1/+0
* Extract AR::SchemaMigration.normalized_versions methodViktar Basharymau2014-06-271-0/+4
* `ActiveRecord::SchemaMigration` has no primary key.Yves Senn2014-06-061-0/+3
* `bin/rake db:migrate:status` works with legacy migration numbers.Yves Senn2014-06-061-0/+4
* 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