aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/string.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* [Active Model] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* [Active Model] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Don't freeze input stringsMatthew Draper2017-04-121-1/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* All strings returned by `ImmutableString` should be frozenSean Griffin2015-10-151-6/+1
* Add an immutable string type to opt out of string dupingSean Griffin2015-10-151-20/+8
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+36