aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-07-05 18:35:52 -0500
committerJoshua Peek <josh@joshpeek.com>2008-07-05 18:35:52 -0500
commitce5d958f8fe878465c0d2142991a2945ca8d3cd1 (patch)
tree05078f148ee9a2317abad5124349944d899558da /actionpack/CHANGELOG
parentf22ae15a8e30f7ad475acdbcfcd1120e498cfede (diff)
downloadrails-ce5d958f8fe878465c0d2142991a2945ca8d3cd1.tar.gz
rails-ce5d958f8fe878465c0d2142991a2945ca8d3cd1.tar.bz2
rails-ce5d958f8fe878465c0d2142991a2945ca8d3cd1.zip
Do not stat template files in production mode before rendering. You will no longer be able to modify templates in production mode without restarting the server
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 7445ffda98..7d2ed7538d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Do not stat template files in production mode before rendering. You will no longer be able to modify templates in production mode without restarting the server [Josh Peek]
+
* Deprecated TemplateHandler line offset [Josh Peek]
* Allow caches_action to accept cache store options. #416. [José Valim]. Example: