-
- Downloads
Refactor to more robust implementation
In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change: When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
Showing
- app/controllers/concerns/routable_actions.rb 1 addition, 13 deletionsapp/controllers/concerns/routable_actions.rb
- app/controllers/groups/application_controller.rb 6 additions, 0 deletionsapp/controllers/groups/application_controller.rb
- app/controllers/groups_controller.rb 8 additions, 0 deletionsapp/controllers/groups_controller.rb
- app/controllers/projects/application_controller.rb 7 additions, 0 deletionsapp/controllers/projects/application_controller.rb
- app/controllers/projects_controller.rb 7 additions, 0 deletionsapp/controllers/projects_controller.rb
- app/controllers/users_controller.rb 4 additions, 0 deletionsapp/controllers/users_controller.rb
- spec/controllers/groups/milestones_controller_spec.rb 132 additions, 3 deletionsspec/controllers/groups/milestones_controller_spec.rb
- spec/controllers/groups_controller_spec.rb 36 additions, 5 deletionsspec/controllers/groups_controller_spec.rb
- spec/controllers/projects/labels_controller_spec.rb 70 additions, 0 deletionsspec/controllers/projects/labels_controller_spec.rb
- spec/support/milestone_tabs_examples.rb 1 addition, 1 deletionspec/support/milestone_tabs_examples.rb
Loading
Please register or sign in to comment