aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-05-15 06:36:34 +0000
committerRick Olson <technoweenie@gmail.com>2007-05-15 06:36:34 +0000
commitebf9b3737b9470c2fbedf39ac5cd5a4cba81afc1 (patch)
tree22e53d823c94c0e351c07bf94dadb4f4744ce9f4 /actionpack/CHANGELOG
parentfa3618d3753b5591ed19d98d52c55716d814e34a (diff)
downloadrails-ebf9b3737b9470c2fbedf39ac5cd5a4cba81afc1.tar.gz
rails-ebf9b3737b9470c2fbedf39ac5cd5a4cba81afc1.tar.bz2
rails-ebf9b3737b9470c2fbedf39ac5cd5a4cba81afc1.zip
Add some performance enhancements to ActionView.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6736 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index ea42f9fa5c..16be11e8ee 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,11 @@
*SVN*
+* Add some performance enhancements to ActionView.
+
+ * Cache base_paths in @@cached_base_paths
+ * Cache template extensions in @@cached_template_extension
+ * Remove unnecessary rescues
+
* Assume that rendered partials go by the HTML format by default
def my_partial