aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-10-09 23:07:36 +0000
committerMichael Koziarski <michael@koziarski.com>2007-10-09 23:07:36 +0000
commit4aabe46341dd6db9bf9bbbbc27c32f467a7c55b7 (patch)
tree30a7dc0bf2b0e3756caba87556ef340071769a5b /actionpack/CHANGELOG
parent19c9c7fafbc7c808c080317a1326c4fbc6068bea (diff)
downloadrails-4aabe46341dd6db9bf9bbbbc27c32f467a7c55b7.tar.gz
rails-4aabe46341dd6db9bf9bbbbc27c32f467a7c55b7.tar.bz2
rails-4aabe46341dd6db9bf9bbbbc27c32f467a7c55b7.zip
Add :status to redirect_to allowing users to choose their own response code without manually setting headers. Closes #8297 [codahale, chasgrundy]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7820 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 fcce351cff..187b8d118c 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add :status to redirect_to allowing users to choose their own response code without manually setting headers. #8297 [codahale, chasgrundy]
+
* Add link_to :back which uses your referrer with a fallback to a javascript link. #7366 [eventualbuddha, tarmo]
* error_messages_for and friends also work with local variables. #9699 [Frederick Cheung]