Hi everyone,
I’m happy to announce that new versions of the caching gems extracted from Rails 4.0 have been released.
page_cache_directory
at the controller instance levelpage_cache_directory
using a proc, symbol or callable objectTo see the full list of changes, check out all the commits on GitHub.
SHA-1
If you’d like to verify that your gem is the same as the one I’ve uploaded, please use this SHA-1 hash.
$ shasum actionpack-page_caching-1.1.0.gem
b9626f7afeb1d69267d1fd6b7255a30be7c33d29 actionpack-page_caching-1.1.0.gem
Accept
header when caching actions:layout
and :cache_path
when passed a proc, symbol or callable objectTo see the full list of changes, check out all the commits on GitHub.
SHA-1
If you’d like to verify that your gem is the same as the one I’ve uploaded, please use this SHA-1 hash.
$ shasum actionpack-action_caching-1.2.0.gem
308c3acf35c0bdbf15e5c63b64aeda0ec817a269 actionpack-action_caching-1.2.0.gem
Many thanks to the numerous people who have contributed PRs and reported bugs.