-
- Downloads
Redirect from redirect routes to canonical routes
Showing
- app/controllers/application_controller.rb 1 addition, 1 deletionapp/controllers/application_controller.rb
- app/controllers/concerns/routable_actions.rb 11 additions, 0 deletionsapp/controllers/concerns/routable_actions.rb
- app/controllers/groups/application_controller.rb 12 additions, 9 deletionsapp/controllers/groups/application_controller.rb
- app/controllers/groups_controller.rb 1 addition, 1 deletionapp/controllers/groups_controller.rb
- app/controllers/projects/application_controller.rb 5 additions, 9 deletionsapp/controllers/projects/application_controller.rb
- app/controllers/users_controller.rb 9 additions, 3 deletionsapp/controllers/users_controller.rb
- app/models/concerns/routable.rb 20 additions, 4 deletionsapp/models/concerns/routable.rb
- app/models/redirect_route.rb 10 additions, 0 deletionsapp/models/redirect_route.rb
- app/models/user.rb 5 additions, 0 deletionsapp/models/user.rb
- db/migrate/20170427215854_create_redirect_routes.rb 15 additions, 0 deletionsdb/migrate/20170427215854_create_redirect_routes.rb
- db/schema.rb 8 additions, 0 deletionsdb/schema.rb
- lib/constraints/group_url_constrainer.rb 1 addition, 1 deletionlib/constraints/group_url_constrainer.rb
- lib/constraints/project_url_constrainer.rb 1 addition, 1 deletionlib/constraints/project_url_constrainer.rb
- lib/constraints/user_url_constrainer.rb 1 addition, 1 deletionlib/constraints/user_url_constrainer.rb
- spec/controllers/application_controller_spec.rb 2 additions, 3 deletionsspec/controllers/application_controller_spec.rb
- spec/controllers/groups_controller_spec.rb 88 additions, 4 deletionsspec/controllers/groups_controller_spec.rb
- spec/controllers/projects_controller_spec.rb 80 additions, 4 deletionsspec/controllers/projects_controller_spec.rb
- spec/controllers/users_controller_spec.rb 171 additions, 10 deletionsspec/controllers/users_controller_spec.rb
- spec/features/groups/group_settings_spec.rb 3 additions, 0 deletionsspec/features/groups/group_settings_spec.rb
- spec/features/profiles/account_spec.rb 2 additions, 3 deletionsspec/features/profiles/account_spec.rb
app/controllers/concerns/routable_actions.rb
0 → 100644
app/models/redirect_route.rb
0 → 100644
Please register or sign in to comment