aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-20 14:43:59 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-20 14:43:59 +0000
commit93f7cb2a80b53d38eb01aaeade8f5c8bf13090f2 (patch)
tree2bce38b3797a751e97c40f5ff47ffdd0e603b716 /actionpack/CHANGELOG
parentb40d3c9e62325512e167b6fccc7d9d1a60948faa (diff)
downloadrails-93f7cb2a80b53d38eb01aaeade8f5c8bf13090f2.tar.gz
rails-93f7cb2a80b53d38eb01aaeade8f5c8bf13090f2.tar.bz2
rails-93f7cb2a80b53d38eb01aaeade8f5c8bf13090f2.zip
Added TestResponse#binary_content that'll return as a string the data sent through send_data/send_file for testing #500 [Alexey]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@467 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 29306668c7..bd76b3f61d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added TestResponse#binary_content that'll return as a string the data sent through send_data/send_file for testing #500 [Alexey]
+
* Added @request.env['RAW_POST_DATA'] for people who need access to the data before Ruby's CGI has parsed it #505 [bitsweat]
* Fixed that a default fragment store wan't being set to MemoryStore as intended.