This project is archived and is in readonly mode.
Changeset [2ddfdba9a0dab7d8499c3ad0d13583bddbac4f69] by Prem Sichanugrist
March 22nd, 2011 @ 04:19 PM
Do not show optional (.:format) block for wildcard route [#6605 state:resolved]
This will make the output of rake routes
to be
correctly match to the behavior of the application, as the regular
expression used to match the path is greedy and won't capture the
format part by default
https://github.com/rails/rails/commit/2ddfdba9a0dab7d8499c3ad0d1358...
Committed by Prem Sichanugrist
- M actionpack/lib/action_dispatch/routing/mapper.rb
- M actionpack/test/action_dispatch/routing/mapper_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>