aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove invalid conditions from route [#4989 state:resolved]Andrew White2010-06-281-2/+11
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount ↵Carlhuda2010-03-081-2/+2
| | | | | | | | | | Sprockets => "/sprockets". This is different from the match syntax in that it cannot be used for controller/action and it does not assume an anchor at the end of the match. For instance, in the above example, if the client asked for "/sprockets/foo.js", the Sprockets app would have a SCRIPT_NAME of "/sprockets" and PATH_INFO of "/foo.js".
* Add AD::Route#to_sSam Ruby2010-01-201-0/+6
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* 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