aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/action_dispatch
Commit message (Collapse)AuthorAgeFilesLines
* Do not show optional (.:format) block for wildcard route [#6605 state:resolved]Prem Sichanugrist2011-03-221-0/+7
| | | | 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
* do not automatically add format to routes that end in a slashAaron Patterson2011-03-111-0/+51