diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-10-27 20:38:08 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-10-27 20:38:08 +0000 |
commit | d44ce1cb73ec9671ee4459ac76171ef32198554e (patch) | |
tree | be5f8f5fe71f89bc19659aa09cb576acfe3fd05b /actionpack/CHANGELOG | |
parent | 88f951a519d750236cc157566ef10f3977c933e1 (diff) | |
download | rails-d44ce1cb73ec9671ee4459ac76171ef32198554e.tar.gz rails-d44ce1cb73ec9671ee4459ac76171ef32198554e.tar.bz2 rails-d44ce1cb73ec9671ee4459ac76171ef32198554e.zip |
Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8047 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index a7fa597c89..0aaa1a51f2 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Integration tests: get_ and post_via_redirect take a headers hash. #9130 [simonjefford] + * Simplfy #view_paths implementation. ActionView templates get the exact object, not a dup. [Rick] * Update tests for ActiveSupport's JSON escaping change. [rick] |