gitlab-org--gitlab-foss/config/routes
Sean McGivern 1022456bb1 Allow browsing branches that end with '.atom'
We need to do two things to support this:

1. Simplify the regex capture in the routing for the CommitsController
   to not exclude the '.atom' suffix. That's a perfectly valid git
   branch name, so we shouldn't blow up if we get it.
2. Because Rails now can't automatically detect the request format, add
   some code to do so in `ExtractPath` when there is no path. This means
   that, given branches 'foo' and 'foo.atom', the Atom feed for the
   former is unroutable. To fix this: don't do that! Give the branches
   different names!
2016-10-11 13:31:12 +01:00
..
admin.rb Split routes on multiple files 2016-10-05 15:21:27 +03:00
api.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
ci.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
dashboard.rb Split routes on multiple files 2016-10-05 15:21:27 +03:00
development.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
explore.rb Split routes on multiple files 2016-10-05 15:21:27 +03:00
group.rb Change user & group landing page routing from /u/:name & /groups/:name to /:name 2016-10-06 19:50:48 +03:00
help.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
import.rb Split routes on multiple files 2016-10-05 15:21:27 +03:00
profile.rb Split routes on multiple files 2016-10-05 15:21:27 +03:00
project.rb Allow browsing branches that end with '.atom' 2016-10-11 13:31:12 +01:00
sherlock.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
sidekiq.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
snippets.rb Cleanup config/routes.rb even further by extracting more routes into separate files 2016-10-05 18:43:47 +03:00
uploads.rb Split routes on multiple files 2016-10-05 15:21:27 +03:00
user.rb Change user & group landing page routing from /u/:name & /groups/:name to /:name 2016-10-06 19:50:48 +03:00