aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/column_attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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