aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move SchemaMigration to migration_contexteileencodes2019-06-141-16/+17
* Merge pull request #36472 from kamipo/empty_line_only_before_access_modifierRyuta Kamizono2019-06-131-1/+0
|\
| * Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* | Clear schema cache when a table is created/dropped/renamedRyuta Kamizono2019-06-131-1/+4
|/
* Remove database specific sql statements from SQLCounterYasuo Honda2019-05-011-2/+2
* Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...Ryuta Kamizono2019-04-071-5/+5
* Ensure `reset_table_name` when table name prefix/suffix is changedRyuta Kamizono2019-04-041-0/+2
* Remove `MigrationTest#test_create_table_with_custom_sequence_name`Yasuo Honda2019-03-111-33/+0
* Refactor `type_to_sql` to handle converting `limit` to `size` in itselfRyuta Kamizono2019-02-261-5/+29
* Allow changing text and blob size without giving the `limit` optionRyuta Kamizono2019-01-291-0/+12
* Remove deprecated `ActiveRecord::Migrator.migrations_path=`Rafael Mendonça França2019-01-171-10/+0
* Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_vers...Ryuta Kamizono2018-12-281-0/+7
* Remove redundant assignning to `current_env`Ryuta Kamizono2018-12-281-1/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-25/+19
* Add an :if_not_exists option to create_tablefatkodima2018-11-081-0/+30
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Remove meaningless `ActiveRecord::MigrationContext.new(old_path)` in ensure b...Ryuta Kamizono2018-09-171-15/+0
* Fix bulk change table ignores comment option on PostgreSQL.Yoshiyuki Kinjo2018-08-151-2/+11
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-6/+6
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-5/+5
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* Fix occurrences Fixnum|Bignumbogdanvlviv2018-03-041-4/+2
* Merge pull request #31189 from tgxworld/raise_error_when_advisory_lock_is_not...Rafael França2018-02-271-0/+19
|\
| * Raise an error if advisory lock in migrator was not released.Guo Xiang Tan2017-11-211-0/+19
* | Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-4/+4
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-10/+10
* | Merge pull request #31773 from dinahshi/postgresql_bulk_patchMatthew Draper2018-01-241-2/+3
|\ \
| * | Use concat to join procs arrays in bulk_change_tableDinah Shi2018-01-231-2/+3
* | | Refactor migration to move migrations paths to connectioneileencodes2018-01-181-28/+43
|/ /
* / Add bulk alter support for PostgreSQLDinah Shi2017-12-061-7/+27
|/
* Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name`Rafael Mendonça França2017-10-231-4/+0
* Remove deprecated method `supports_migrations?`Rafael Mendonça França2017-10-231-4/+0
* Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-231-5/+0
* Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-221-4/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-1/+3
* Fix `test_copying_migrations_preserving_magic_comments`Ryuta Kamizono2017-07-021-2/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix `create_table` with query from relationRyuta Kamizono2017-06-131-6/+4
* Remove a duplicate test of migration_test in ARKoichi ITO2017-05-251-27/+0
* Deprecate `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-091-0/+4
* Remove useless `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-051-5/+5
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-0/+4
* Deprecate `ColumnDumper#migration_keys`Ryuta Kamizono2017-02-071-0/+4
* Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...Ryuta Kamizono2017-01-201-4/+8
* Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"Matthew Draper2017-01-201-3/+3
* Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...Ryuta Kamizono2017-01-181-3/+3
* Fix random failure related to migration environmentPrathamesh Sonpatki2017-01-071-0/+2
* Privatize unneededly protected methods in Active RecordAkira Matsuda2017-01-051-1/+1
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1