aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route.rb
Commit message (Expand)AuthorAgeFilesLines
* use a list to represent the supported verbs for a route objectAaron Patterson2011-03-141-9/+11
* RegexpWithNamedGroups is only used for path_info, so only apply to path infoAaron Patterson2011-03-141-1/+2
* stop being clever and just call methods on the Route objectAaron Patterson2011-03-081-0/+3
* Strip regexp anchors from rake routes output [#5934 state:resolved]Andrew White2010-11-091-1/+2
* Refactor routing methods.Emilio Tagua2010-09-221-5/+1
* Remove invalid conditions from route [#4989 state:resolved]Andrew White2010-06-281-2/+11
* Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount ...Carlhuda2010-03-081-2/+2
* Add AD::Route#to_sSam Ruby2010-01-201-0/+6
* Fix `rake routes` method name output [#3422 state:resolved]Joshua Peek2009-10-261-2/+7
* Splat calls to_a not to_ary [#3423 state:resolved]Joshua Peek2009-10-261-1/+1
* Restore `rake routes` [#3402 state:resolved]Joshua Peek2009-10-241-0/+44