1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
Cliff Pruitt fc6ec7bfc7 Prevent error on transliterate with frozen strings.
ActiveSupport::Inflector.transliterate mutates strings by changing encodings. Prior to this commit passing a frozen string would raise a `FrozenError`. This change duplicates the internal string, if frozen, before transliterating.
2019-07-31 12:11:31 -04:00
..
active_support Prevent error on transliterate with frozen strings. 2019-07-31 12:11:31 -04:00
active_support.rb Refactor after the most recent code review 2019-04-19 14:15:41 +09:00