aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorBrian Hahn <brian.hahn@crowdflower.com>2013-09-04 16:43:36 -0700
committerBrian Hahn <brian.hahn@crowdflower.com>2013-09-06 11:08:41 -0700
commit03ac291526b04586a0f0db0f531f18f14be792c6 (patch)
tree0a9e5bf5973002ce97c85dc75fbe84358edf977e /actionpack/CHANGELOG.md
parent59a35610459da7368e79179c9d33bc6e4697adb1 (diff)
downloadrails-03ac291526b04586a0f0db0f531f18f14be792c6.tar.gz
rails-03ac291526b04586a0f0db0f531f18f14be792c6.tar.bz2
rails-03ac291526b04586a0f0db0f531f18f14be792c6.zip
pass the extra params to the rack test environment so that routes with block constraints have access
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index ce6aec7a50..1849803294 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,13 @@
## unreleased ##
+* Fix the assert_recognizes test method so that it works when there are
+ constraints on the querystring.
+
+ Issue/Pull Request #9368
+ Backport #5219
+
+ *Brian Hahn*
+
* Fix to render partial by context(#11605).
*Kassio Borges*