aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-25 11:15:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-25 11:15:26 +0000
commit2f11b7cfeeb9a25225c2f31e95afabcd3e43bb41 (patch)
tree178cbe46704edea6a8d88cd727636ecbb7b2fa73 /actionpack/CHANGELOG
parentfd67e3befc748e91b4ad0b09be7f3cca69bb7380 (diff)
downloadrails-2f11b7cfeeb9a25225c2f31e95afabcd3e43bb41.tar.gz
rails-2f11b7cfeeb9a25225c2f31e95afabcd3e43bb41.tar.bz2
rails-2f11b7cfeeb9a25225c2f31e95afabcd3e43bb41.zip
Added @request.raw_post as a convenience access to @request.env['RAW_POST_DATA'] and fixed the patch problems with the session #534 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@502 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 a88fb8b65e..f66d6bbd96 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added @request.raw_post as a convenience access to @request.env['RAW_POST_DATA'] #534 [Tobias Luetke]
+
* Added support for automatic id-based indexing for lists of items #532 [dblack]. Example:
<% @students.each do |@student| %>