aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/type/integer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix non_numeric_string?Yoshiyuki Kinjo2018-09-071-1/+5
* Add missing autoload `Type` (#31123)Ryuta Kamizono2017-11-111-1/+0
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-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 invalid string Decimal casting under ruby 2.4John Hawthorn2017-02-241-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Refactored ActiveModel::Type tests into their own filesIain Beeston2016-10-151-0/+7
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* applies new string literal convention in activemodel/testXavier Noria2016-08-061-9/+9
* Change RangeError to a more specific ActiveModel::RangeErrorChristian Blais2016-05-031-6/+6
* Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-211-0/+108