aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/compatibility_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move SchemaMigration to migration_contexteileencodes2019-06-141-14/+15
* make change_column_comment and change_table_comment invertibleYoshiyuki Kinjo2019-04-151-0/+29
* Fix `presicion` -> `precision`yuuji.yaginuma2019-04-131-2/+2
* Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-261-0/+71
* Fix `t.timestamps` missing `null: false` in `change_table bulk: true`Ryuta Kamizono2019-01-261-0/+17
* Allow `column_exists?` giving options without typeRyuta Kamizono2019-01-261-6/+6
* Fix `transaction` reverting for migrationsfatkodima2018-09-261-0/+14
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-4/+4
* SQLite: Add more test cases for adding primary keyRyuta Kamizono2017-12-261-58/+48
* Fix `add_column` with :primary_key type compatibility for SQLitefatkodima2017-12-251-0/+19
* `change_column_default` should be executed after type changingRyuta Kamizono2017-12-031-2/+2
* Fix `test_add_column_with_timestamp_type` failureRyuta Kamizono2017-12-031-0/+2
* Fix warning: assigned but unused variable - tRyuta Kamizono2017-12-031-1/+1
* Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-021-0/+17
* Should test `LegacyPrimaryKeyTest` to both `V5_0` and `V4_2`Ryuta Kamizono2017-10-181-15/+34
* compatibility - use int instead of bigintpavel2017-10-181-0/+3
* Adding legacy primary key should be compatibleRyuta Kamizono2017-09-231-0/+51
* make create_join_table compatible.Yuki Masutomi2017-09-201-0/+30
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+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
* Add test for backward compatibility when using change_tableKoichi ITO2017-06-131-0/+15
* `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-071-0/+4
* Restore the behaviour of the compatibility layer for integer-like PKsRyuta Kamizono2017-02-041-0/+104
* show correct class name in migration inherited directly erroryuuji.yaginuma2017-01-241-2/+3
* Raises when `ActiveRecord::Migration` is inherited directly.Rafael Mendonça França2016-12-291-12/+6
* modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-5/+5
* Fix random failures of tests on TravisPrathamesh Sonpatki2016-02-121-1/+1
* Correctly show deprecation warning for incompatible migrationsPrathamesh Sonpatki2016-02-121-0/+12
* Added test for backward compatibility of null constraints on timestamp columnsPrathamesh Sonpatki2016-01-311-0/+30
* Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-241-0/+18
* fix remove_index for postgresql when running legacy migrationsLachlan Sylvester2016-01-061-0/+16
* Support removing custom-names indexes when only specifying column namesGrey Baker2015-12-151-0/+42