Action caching for Action Pack v1.2.0 Release Notes

Release Date: 2017-01-23 // about 7 years ago
    • ๐Ÿ‘ 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