aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/type/integer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-2/+2
* Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-211-100/+0
* remove redundant parenthesiskaranarora2015-05-141-1/+1
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-16/+16
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-15/+15
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-1/+1
* Move integer range validation to never raise on assignmentSean Griffin2015-01-231-13/+26
* Stop relying on columns in sqlite quoting testsSean Griffin2015-01-011-0/+6
* Fixing numeric attrs when set to same negative valueDaniel Fox2014-12-231-0/+2
* Correct test description for large integer testJason Perrin2014-11-031-1/+1
* Use the correct values for int max and minSean Griffin2014-10-311-0/+106