1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/routing
Prem Sichanugrist 51551a0a5b Update the wildcard route to be non-greedy by default, therefore be able to match the (.:format) segment [#6605 state:resolved]
After some discussion with Andrew White, it seems like this is a better approach for handling a wildcard route. However, user can still bring back the old behavior by supplying `:format => false` to the route.

Signed-off-by: Andrew White <andyw@pixeltrix.co.uk>
2011-03-29 10:12:17 +01:00
..
mapper.rb Update the wildcard route to be non-greedy by default, therefore be able to match the (.:format) segment [#6605 state:resolved] 2011-03-29 10:12:17 +01:00
polymorphic_routes.rb dry up case / when statement 2010-12-17 11:31:15 -08:00
redirection.rb Added documentation explaining the new additional supported syntaxes for the routing redirect method, a small changelog note, and two extra tests for path interpolation when using the hash option syntax. 2010-11-30 17:55:33 +01:00
route.rb use a list to represent the supported verbs for a route object 2011-03-14 18:26:30 -07:00
route_set.rb stop being clever and just call methods on the Route object 2011-03-08 16:18:27 -08:00
routes_proxy.rb Move RoutesProxy to separate file 2010-09-03 22:59:13 +02:00
url_for.rb copy-edits RDoc of 2fe43b6 2010-11-23 22:51:51 +01:00