aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-07-12 15:31:50 -0500
committerJoshua Peek <josh@joshpeek.com>2008-07-12 15:31:50 -0500
commit99cc85bc099a757cdd44e4f5f1be4972ab124e0d (patch)
tree376ed5a7338c0182e9f4d8ebf549059758d38853 /actionpack/CHANGELOG
parent73b34e9f75d33dc0709d4ad36c912bdbb8977994 (diff)
downloadrails-99cc85bc099a757cdd44e4f5f1be4972ab124e0d.tar.gz
rails-99cc85bc099a757cdd44e4f5f1be4972ab124e0d.tar.bz2
rails-99cc85bc099a757cdd44e4f5f1be4972ab124e0d.zip
Set config.action_view.warn_cache_misses = true to receive a warning if you perform an action that results in an expensive disk operation that could be cached
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 507a2b69bf..5b7bfe9c30 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Set config.action_view.warn_cache_misses = true to receive a warning if you perform an action that results in an expensive disk operation that could be cached [Josh Peek]
+
* Refactor template preloading. New abstractions include Renderable mixins and a refactored Template class [Josh Peek]
* Changed ActionView::TemplateHandler#render API method signature to render(template, local_assigns = {}) [Josh Peek]