aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/immutable_string.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-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
* Revert "Merge pull request #27528 from kamipo/extract_casted_booleans"Kasper Timm Hansen2017-01-011-12/+4
* Extract `casted_true`/`casted_false` for `Type::ImmutableString`Ryuta Kamizono2017-01-011-4/+12
* 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