aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-4/+4
* Added nil case handling to allow rollback migration in case oftravis.h.oneill@gmail.com2016-08-171-0/+17
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-18/+18
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-10/+10
* modernizes hash syntax in activerecordXavier Noria2016-08-061-35/+35
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-45/+45
* Revert "Rename `active_record_internal_metadatas` to `ar_internal_metadata`"Yasuo Honda2016-07-011-15/+0
* Merge pull request #24732 from y-yagi/update_record_specified_in_the_keyRafael França2016-05-211-0/+17
|\
| * update record specified in keyyuuji.yaginuma2016-04-271-0/+17
* | Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+2
* | Replace `Rails.version.to_f` with Active RecordJon Moss2016-04-301-0/+4
|/