From 2782c37bdfbe22fcbc1feea7603bb2413beb6f22 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Mon, 5 Feb 2007 05:39:23 +0000 Subject: 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 --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') 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] -- cgit v1.2.3