-
- Downloads
Fix ensure_canonical_path for top level routes
Don’t replace a substring of the path if it is part of the top level route. E.g. When redirecting from `/groups/ups` to `/groups/foo`, be careful not to do `/grofoo/ups`. Projects are unaffected by this issue, but I am grouping the `#ensure_canonical_path` tests similar to the group and user tests.
Showing
- app/controllers/concerns/routable_actions.rb 17 additions, 5 deletionsapp/controllers/concerns/routable_actions.rb
- spec/controllers/groups_controller_spec.rb 145 additions, 84 deletionsspec/controllers/groups_controller_spec.rb
- spec/controllers/projects_controller_spec.rb 103 additions, 96 deletionsspec/controllers/projects_controller_spec.rb
- spec/controllers/users_controller_spec.rb 121 additions, 132 deletionsspec/controllers/users_controller_spec.rb
Loading
Please register or sign in to comment