aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/columns_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache database version in schema cacheAli Ibrahim2019-04-031-1/+1
* Oracle 12.2+ supports 128 byte identifier lengthYasuo Honda2019-03-031-10/+2
* Merge pull request #35203 from chiastolite/add_column_without_column_namesRyuta Kamizono2019-02-101-0/+11
|\
| * Do not allow to add column without column nameHiroyuki Morita2019-02-101-0/+9
|/
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-7/+7
* Skip `test_remove_column_with_multi_column_index`Yasuo Honda2017-09-011-0/+4
* 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
* Fix `change_column` to drop default with `null: false`Ryuta Kamizono2017-02-261-0/+10
* improve error message when include assertions failMichael Grosser2016-09-161-4/+4
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-4/+4
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-19/+19
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-43/+43
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-261-0/+7
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-3/+3
* Add `auto_increment?` instead of `extra == 'auto_increment'`Ryuta Kamizono2015-02-081-1/+1
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-3/+3
* Be sure to reset PK name renamed in the testAkira Matsuda2014-08-151-0/+3
* Don't type cast the default on the columnSean Griffin2014-06-171-5/+12
* Make `:index` in migrations work with all column typesMarc Schütz2014-05-181-0/+10
* anual_salary => annual_salaryVipul A M2013-03-281-3/+3
* respect auto_increment in rename_column for mysqlVipul A M2013-03-271-0/+7
* Oracle enhanced adapter shortens its name if it is longer than 30 bytesYasuo Honda2013-02-241-2/+10
* also rename the test-case class inside columns_test.rbYves Senn2013-02-241-1/+1
* rename_column_test.rb -> columns_test.rb to reveal intent.Yves Senn2013-02-231-0/+264