aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/immutable_string.rb
Commit message (Expand)AuthorAgeFilesLines
* apply case-in-assignment patternXavier Noria2016-09-021-5/+6
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-8/+8
* All strings returned by `ImmutableString` should be frozenSean Griffin2015-10-151-5/+6
* Add an immutable string type to opt out of string dupingSean Griffin2015-10-151-0/+28