aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Schierbeck <dasch@zendesk.com>2013-07-15 15:59:18 +0200
committerDaniel Schierbeck <dasch@zendesk.com>2013-09-19 10:25:14 +0200
commit77e79ecd92acd43a282566e5d297b8e74dc14f05 (patch)
treeb0b10448930bd2a4a8d2effb2e75cc1d7287c49a /actionview/CHANGELOG.md
parentcb8174c57f46f3b11bc4662638539f45677d7dc1 (diff)
downloadrails-77e79ecd92acd43a282566e5d297b8e74dc14f05.tar.gz
rails-77e79ecd92acd43a282566e5d297b8e74dc14f05.tar.bz2
rails-77e79ecd92acd43a282566e5d297b8e74dc14f05.zip
Bust the template digest cache key when details are changed
Since the lookup details will influence which template is resolved, they need to be included in the cache key -- otherwise two different templates may erroneously share the same digest value.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 53142a835e..03fd6e7413 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -13,6 +13,12 @@
*Josh Lauer*, *Justin Ridgewell*
+* Fixed a bug where the lookup details were not being taken into account
+ when caching the digest of a template - changes to the details now
+ cause a different cache key to be used.
+
+ *Daniel Schierbeck*
+
* Added an `extname` hash option for `javascript_include_tag` method.
Before: