aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/type/unsigned_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
* Moved database-specific ActiveModel types into ActiveRecordIain Beeston2016-10-141-0/+17
* Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-211-17/+0
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* Move integer range validation to never raise on assignmentSean Griffin2015-01-231-2/+2
* Remove unused lineRyuta Kamizono2014-12-171-1/+0
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-0/+18