8.1.2
Active Support
-
Make
delegateanddelegate_missing_towork in BasicObject subclasses.Rafael Mendonça França
-
Fix Inflectors when using a locale that fallbacks to
:en.Said Kaldybaev
-
Fix
ActiveSupport::TimeWithZone#as_jsonto consistently return UTF-8 strings.Previously the returned string would sometime be encoded in US-ASCII, which in some cases may be problematic.
Now the method consistently always return UTF-8 strings.
Jean Boussier
-
Fix
TimeWithZone#xmlschemawhen wrapping aDateTimeinstance in local time.Previously it would return an invalid time.
Dmytro Rymar
-
Implement LocalCache strategy on
ActiveSupport::Cache::MemoryStore. The memory store needs to respond to the same interface as other cache stores (e.g.ActiveSupport::NullStore).Mikey Gough