Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix route params using reserved keywords: #39638

Merged
merged 1 commit into from Jun 16, 2020

Conversation

Edouard-chin
Copy link
Member

@Edouard-chin Edouard-chin commented Jun 15, 2020

Fix route params using reserved keywords:

  • In Convert route params array into object #39534, Routing::RouteSet#generate_extras (which get called)
    by ActionController::TestCase now go through path_for which strips
    out all key in the options hash that have the same name as the ones
    defined in RESERVED_OPTIONS.

cc/ @eileencodes @tenderlove

- In rails#39534, `Routing::RouteSet#generate_extras` (which get called)
  by ActionController::TestCase now go through `path_for` which strips
  out all key in the options hash that have the same name as the ones
  defined in `RESERVED_OPTIONS`.
@rails-bot rails-bot bot added the actionpack label Jun 15, 2020
@rafaelfranca rafaelfranca merged commit da5b1c3 into rails:master Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants