aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorGert Goet <gert@thinkcreate.nl>2014-09-25 17:50:16 +0200
committerGert Goet <gert@thinkcreate.nl>2014-09-25 17:50:16 +0200
commit2d08fd250638a39fbc8509b4e1c3f87a5f9e36c6 (patch)
tree86235eaae656896745748ec3570ce8e27bde0aaa /actionpack/CHANGELOG.md
parentf620299b2784f7ce5f01a4e123525d04f97be4dd (diff)
downloadrails-2d08fd250638a39fbc8509b4e1c3f87a5f9e36c6.tar.gz
rails-2d08fd250638a39fbc8509b4e1c3f87a5f9e36c6.tar.bz2
rails-2d08fd250638a39fbc8509b4e1c3f87a5f9e36c6.zip
Remove internal options from query string of paths
Fixes #17057
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index de9722c392..4a79b2efec 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Fix bug where `routing_type=path` would end up in query string of paths
+ generated by `edit_` and `new_polymorphic_path`
+
+ Fixes #17057.
+
+ *Gert Goet*
+
* Deprecate implicit Array conversion for Response objects. It was added
(using `#to_ary`) so we could conveniently use implicit splatting: