From f57ee365e154ce6d15cd168112d94a9a8ff27094 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 30 May 2005 07:51:02 +0000 Subject: render(:text), render(:partial), and render(:nothing) always default to :layout => false. This also fixes send_file, which was applying a layout if one existed for the current action. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1369 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 63bfaef4d3..9bac83a0e6 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* render(:text), render(:partial), and render(:nothing) always default to :layout => false. This also fixes send_file, which was applying a layout if one existed for the current action. + * verify with :redirect_to won't redirect if a redirect or render has already been performed #1350 * render(:partial => true) is identical to the behavior of the deprecated render_partial() -- cgit v1.2.3