From ebee0a742d40f87bb9b78d5d88393c341761cfad Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 17 May 2007 20:48:47 +0000 Subject: Added url_for usage on render :location, which allows for record identification [DHH] (still need to figure out why that test doesnt pass, seems like a test issue) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6750 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 90e5b6e975..7d7ba465f1 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,11 @@ *SVN* +* Added url_for usage on render :location, which allows for record identification [DHH]. Example: + + render :xml => person, :status => :created, :location => person + + ...expands the location to person_url(person). + * Introduce the request.body stream. Lazy-read to parse parameters rather than always setting RAW_POST_DATA. Reduces the memory footprint of large binary PUT requests. [Jeremy Kemper] * Add some performance enhancements to ActionView. -- cgit v1.2.3