aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2019-04-01 12:22:57 -0700
committerKasper Timm Hansen <kaspth@gmail.com>2019-04-01 21:22:57 +0200
commitc8bf3341049b6b49df6af1d4324f24081e0b16d9 (patch)
tree2299b38e2682be14cad253ff2262204e73ad3867 /actionview/CHANGELOG.md
parente4e12185837c1aa9233e4669d0a54b54173e1bf1 (diff)
downloadrails-c8bf3341049b6b49df6af1d4324f24081e0b16d9.tar.gz
rails-c8bf3341049b6b49df6af1d4324f24081e0b16d9.tar.bz2
rails-c8bf3341049b6b49df6af1d4324f24081e0b16d9.zip
Only clear template caches in dev after changes (#35629)
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 17a5782f9f..0d1833d1de 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,11 @@
+* Only clear ActionView cache in development on file changes
+
+ To speed up development mode, view caches are only cleared when files in
+ the view paths have changed. Applications which have implemented custom
+ ActionView::Resolver subclasses may need to add their own cache clearing.
+
+ *John Hawthorn*
+
## Rails 6.0.0.beta3 (March 11, 2019) ##
* Only accept formats from registered mime types