aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warning: assigned but unused variable - tRyuta Kamizono2017-12-031-1/+1
* Merge pull request #31230 from dinahshi/postgresql_extract_sqlMatthew Draper2017-12-031-0/+17
|\
| * Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-021-0/+17
* | Add support for invalid foreign keys in PostgresTravis Hunter2017-12-011-0/+68
|/
* Remove deprecated argument `default` from `index_name_exists?`Rafael Mendonça França2017-10-231-4/+2
* 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
* Use algorithm while removing index with db:rollbackMehmet Emin İNAÇ2017-09-211-0/+5
* make create_join_table compatible.Yuki Masutomi2017-09-201-0/+30
* Merge pull request #29850 from yahonda/test_with_mariadb_102_on_trustyRyuta Kamizono2017-09-011-0/+4
|\
| * Skip `test_remove_column_with_multi_column_index`Yasuo Honda2017-09-011-0/+4
* | `add_reference` should respect column position for both reference id and type...Ryuta Kamizono2017-09-011-0/+10
|/
* Improve `migration/column_attributes_test.rb` (#25286)Ryuta Kamizono2017-08-181-3/+17
* Fix `test_add_column_with_timestamp_type` when using OracleKoichi ITO2017-07-251-0/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-1917-0/+34
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0217-17/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0117-0/+17
* Merge pull request #29455 from kirs/remove-column-with-fk-mysqlGuillermo Iguaran2017-06-161-0/+10
|\
| * Remove FK together with column in MySQLKir Shatrov2017-06-161-0/+10
* | Add test for backward compatibility when using change_tableKoichi ITO2017-06-131-0/+15
|/
* `rename_table` renames primary key index nameYaw Boakye2017-05-291-0/+23
* Remove a redundant test case of command_recorder_testKoichi ITO2017-05-291-5/+0
* Both reference id and type should be `NOT NULL` if `null: false` is specifiedRyuta Kamizono2017-05-191-0/+8
* Use a query that's compatible with PostgreSQL 9.2Matthew Draper2017-04-121-1/+1
* Don't share `options` with a reference type columnRyuta Kamizono2017-03-041-0/+7
* `create_join_table` should respect `references` column typeRyuta Kamizono2017-02-281-1/+12
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-12/+0
* Fix `change_column` to drop default with `null: false`Ryuta Kamizono2017-02-261-0/+10
* Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...Rafael França2017-02-231-0/+16
|\
| * Fix `remove_reference` to multiple foreign keys in the same tableRyuta Kamizono2017-02-111-0/+16
* | Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-0/+2
* | Remove unused DdlHelper in ForeignKeyTestRyuta Kamizono2017-02-141-2/+0
* | Use ActiveRecord `bigint` type, not SQL literal bigintYasuo Honda2017-02-141-11/+14
* | Deprecate passing `default` to `index_name_exists?`Ryuta Kamizono2017-02-131-2/+4
* | The `default` arg of `index_name_exists?` makes to optionalRyuta Kamizono2017-02-131-8/+6
|/
* `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-073-14/+13
* Restore the behaviour of the compatibility layer for integer-like PKsRyuta Kamizono2017-02-041-0/+104
* Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+Ryuta Kamizono2017-02-011-6/+1
* show correct class name in migration inherited directly erroryuuji.yaginuma2017-01-241-2/+3
* SQLite: Foreign Key SupportRyuta Kamizono2017-01-172-9/+47
* Raises when `ActiveRecord::Migration` is inherited directly.Rafael Mendonça França2016-12-291-12/+6
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-293-15/+13
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Translate NOT NULL violation to the specific exceptionRyuta Kamizono2016-12-061-7/+11
* Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-053-8/+13
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Merge pull request #26631 from kamipo/remove_duplicate_conditionMatthew Draper2016-10-061-3/+1
|\
| * Remove duplicated `unless current_adapter?(:SQLite3Adapter)` conditionRyuta Kamizono2016-09-271-3/+1
* | `:text_too_big` column should be `:text`, not `:integer`Ryuta Kamizono2016-09-271-1/+1
|/