aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-02-05 05:39:23 +0000
committerRick Olson <technoweenie@gmail.com>2007-02-05 05:39:23 +0000
commit2782c37bdfbe22fcbc1feea7603bb2413beb6f22 (patch)
tree273b3a2199b58ebfc88245b523133b187f6b5fa9 /actionpack/CHANGELOG
parent38e5d21bc4078a73bf3f90e54e8df046f92e15b3 (diff)
downloadrails-2782c37bdfbe22fcbc1feea7603bb2413beb6f22.tar.gz
rails-2782c37bdfbe22fcbc1feea7603bb2413beb6f22.tar.bz2
rails-2782c37bdfbe22fcbc1feea7603bb2413beb6f22.zip
Fix #render_file so that TemplateError is called with the correct params and you don't get the WSOD. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6130 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 7d957b56a8..fd52b0535e 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+# Fix #render_file so that TemplateError is called with the correct params and you don't get the WSOD. [Rick]
+
* Fix issue with deprecation messing up #template_root= usage. Add #prepend_view_path and #append_view_path to allow modification of a copy of the
superclass' view_paths. [Rick]