aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/mapper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fewer operations on the options hashAaron Patterson2014-08-131-1/+1
* RouteSet should be in charge of constructing the dispatherAaron Patterson2014-07-151-2/+2
* use the factory method to construct the mappingAaron Patterson2014-06-031-1/+1
* Mapping never actually uses @set, so rmAaron Patterson2014-05-291-1/+1
* use a parser to extract the group parts from the pathAaron Patterson2014-05-291-2/+2
* Raise a helpful error message on #mount misuseCarl Lerche2012-07-101-0/+9
* Remove more tests related to draw external routes filesRafael Mendonça França2012-06-291-2/+1
* Fix the buildYehuda Katz2012-04-251-1/+2
* Remove default match without specified methodJose and Yehuda2012-04-241-8/+8
* all routes can be stored in the Journey Routes objectAaron Patterson2011-09-121-0/+1
* fixing wildcard path matching when wildcard is inside parenthesisAaron Patterson2011-07-261-0/+7
* Allow a route to have :format => trueErik Michaels-Ober2011-07-251-0/+7
* Remove 'warning: ambiguous first argument' when running ActionPack testsSebastian Martinez2011-03-291-2/+2
* Move mapper_test to the appropriate locationPrem Sichanugrist2011-03-291-0/+88