aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/type/string_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
* Add edge test cases for integer and string typesRyuta Kamizono2019-02-171-0/+8
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* 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
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActiveModel frozen string literal friendly.Pat Allan2017-06-201-1/+1
|/
* Don't freeze input stringsMatthew Draper2017-04-121-2/+11
* Refactored ActiveModel::Type tests into their own filesIain Beeston2016-10-151-18/+19
* Add an immutable string type to opt out of string dupingSean Griffin2015-10-151-0/+7
* Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-211-0/+20