aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* improve error message when include assertions failMichael Grosser2016-09-162-5/+5
* Remove duplicated `elsif` branchRyuta Kamizono2016-09-111-2/+0
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-4/+4
* Add three new rubocop rulesRafael Mendonça França2016-08-167-40/+40
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+4
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-063-3/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-066-402/+402
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-068-122/+122
* applies new string literal convention in activerecord/testXavier Noria2016-08-0615-162/+162
* Oracle TIMESTAMP sql type is associated with Rails `DateTime` type nowYasuo Honda2016-07-201-8/+1
* Fix wrong test namePrathamesh Sonpatki2016-07-161-1/+1
* Fix typo: accidently -> accidentally.Hendy Tanata2016-07-021-1/+1