1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/routing
Rafael Mendonça França 17e4b49292
Revert "Don't handle params option in a special way in url_for helper"
This reverts commit e385e4678f.

While this option was undocumented it exists to make possible to pass
parameters to the route helpers that are reserved like `:domain`.

While `url_for(domain: 'foo.com')` would generate a URL in the `foo.com`
domain `url_for(params: { domain: 'foo.com' })` would generate a URL
with `?domain=foo.com`.
2019-01-16 11:12:49 -05:00
..
endpoint.rb Make engine check more explicit 2018-03-25 11:07:26 +01:00
inspector.rb Fix rails routes -c for controller name consists of multiple word. 2018-08-20 19:17:40 +09:00
mapper.rb Remove unnecessary variable route 2018-12-02 18:10:03 +01:00
polymorphic_routes.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
redirection.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
route_set.rb Revert "Don't handle params option in a special way in url_for helper" 2019-01-16 11:12:49 -05:00
routes_proxy.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
url_for.rb Revert "Don't handle params option in a special way in url_for helper" 2019-01-16 11:12:49 -05:00