aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexey Chernenkov <laise@pisem.net>2013-05-30 20:05:13 +0600
committerAlexey Chernenkov <laise@pisem.net>2013-07-18 10:54:36 +0600
commit0f5ba6e124b583fa0c92fc6e82fff124673d8e0d (patch)
tree6d8c11c51ccffd60707fc8f64bcb20f501a12abb /actionpack/CHANGELOG.md
parentac5cc6957142f2b22eee0f86710fa18f60313aec (diff)
downloadrails-0f5ba6e124b583fa0c92fc6e82fff124673d8e0d.tar.gz
rails-0f5ba6e124b583fa0c92fc6e82fff124673d8e0d.tar.bz2
rails-0f5ba6e124b583fa0c92fc6e82fff124673d8e0d.zip
Fix `assert_redirected_to` does not show user-supplied message.
Issue: when `assert_redirected_to` fails due to the response redirect not matching the expected redirect the user-supplied message (second parameter) is not shown. This message is only shown if the response is not a redirect.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index ac260a9592..28bacd392b 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,14 @@
## unreleased ##
+* Fix `ActionDispatch::Assertions::ResponseAssertions#assert_redirected_to`
+ does not show user-supplied message.
+
+ Issue: when `assert_redirected_to` fails due to the response redirect not
+ matching the expected redirect the user-supplied message (second parameter)
+ is not shown. This message is only shown if the response is not a redirect.
+
+ *Alexey Chernenkov*
+
* Merge `:action` from routing scope and assign endpoint if both `:controller`
and `:action` are present. The endpoint assignment only occurs if there is
no `:to` present in the options hash so should only affect routes using the