Action caching for Action Pack v1.2.1 Release Notes
Release Date: 2019-11-12 // almost 5 years ago-
Fix HTML escaping when
:layout
isfalse
.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 aSymbol
,Proc
or object that responds to call.Andrew White
Respect
Accept
header when caching actionsFixes #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 symbolFixes #10.
Andrew White