aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Add explicit opt-out for fragment cache digestingDrew Ulmer2012-11-251-0/+3
This add support for sending an explicit opt-out of the "Russian-doll" cache digest feature on a case-by-case basis. This is useful when cache- expiration needs to be performed manually and it would be otherwise difficult to know the exact name of a digested cache key. More information: https://github.com/rails/cache_digests/pull/16