From 5208d8d8173fc5ac47a061d872074d0fd797d70c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 24 Apr 2007 17:52:03 +0000 Subject: Added :location option to render so that the common pattern of rendering a response after creating a new resource is now a 1-liner [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6572 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 3cc848ebf5..040d1162ad 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Added :location option to render so that the common pattern of rendering a response after creating a new resource is now a 1-liner [DHH] + + render :xml => post.to_xml, :status => :created, :location => post_url(post) + * Ensure that render_text only adds string content to the body of the response [DHH] * Return the string representation from an Xml Builder when rendering a partial. Closes #5044 [tpope] -- cgit v1.2.3