aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/type/integer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-021-1/+1
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-021-1/+1
* Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t...Ryuta Kamizono2019-02-211-0/+8
|\
| * Don't allow `where` with non numeric string matches to 0 valuesRyuta Kamizono2019-02-201-0/+8
* | Revert "Speed up integer casting from DB"Ryuta Kamizono2019-02-211-1/+1
|/
* Add edge test cases for integer and string typesRyuta Kamizono2019-02-171-0/+7
* 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