aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/column_attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...Ryuta Kamizono2019-04-071-3/+3
* Refactor `type_to_sql` to handle converting `limit` to `size` in itselfRyuta Kamizono2019-02-261-4/+2
* Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-131-3/+3
* Improve `migration/column_attributes_test.rb` (#25286)Ryuta Kamizono2017-08-181-3/+17
* 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
* 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
|/
* Remove duplicated `elsif` branchRyuta Kamizono2016-09-111-2/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-14/+14
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-17/+17
* Oracle TIMESTAMP sql type is associated with Rails `DateTime` type nowYasuo Honda2016-07-201-8/+1
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Remove legacy mysql adapterRyuta Kamizono2015-12-211-2/+0
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-3/+3
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Disable some tests on SQLiteRafael Mendonça França2014-07-171-77/+77
* /mysql/i -> MySQL, Spell correct in continuation to #15555Akshay Vishnoi2014-06-141-1/+1
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-3/+3
* test, show current adapter behavior for `add_column limit: nil`.Yves Senn2014-04-041-0/+8
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-25/+25
* removes the obsolete private method column_methods_hash [Closes #11406]Xavier Noria2013-07-161-15/+6
* Removed unused test for DateTime.local_offsetArun Agrawal2013-07-071-20/+0
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-4/+4
* column default extraction should handle newlines.Aaron Patterson2012-08-171-0/+8
* revert Default timestamps to non-nullDave Kroondyk2012-07-181-4/+4
* TimeZone format is always /[+-]\d{2}:\d{2}/ in Ruby 1.9Akira Matsuda2012-06-121-1/+1
* Integer limit out of range should be allowed to raise. Closes #6272Erich Menge2012-05-161-0/+10
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-3/+3
* moving rename column tests to their own classAaron Patterson2012-01-131-17/+31
* moving column attributes tests to their own classAaron Patterson2012-01-131-0/+174