Action caching for Action Pack v1.2.1 Release Notes

Release Date: 2019-11-12 // over 4 years ago
    • Fix HTML escaping when :layout is false.

      Anton Katunin

    • ๐Ÿš… Add support to Rails 6.

      Jacob Bednarz


Previous changes from v1.2.0

    • ๐Ÿ‘ Support proc options with zero arguments

      Fixes #40.

      Andrew White

    • The options :layout and :cache_path now behave the same when passed a Symbol, Proc or object that responds to call.

      Andrew White

    • Respect Accept header when caching actions

      Fixes #18.

      Andrew White

    • ๐Ÿš… Support Rails 4.0, 4.1, 4.2, 5.0 and edge

      Eileen Uchitelle, Andrew White

    • Call to_s on the extension as it may be a symbol

      Fixes #10.

      Andrew White