Josh Kalderimis
d182b6ee9c
removed deprecated methods, and related tests, from ActionPack
2011-05-24 23:38:59 +02:00
Aaron Patterson
9f2706d770
use a list to represent the supported verbs for a route object
2011-03-14 18:26:30 -07:00
Aaron Patterson
833a90594e
RegexpWithNamedGroups is only used for path_info, so only apply to path info
2011-03-14 15:17:29 -07:00
Aaron Patterson
0c777bace2
stop being clever and just call methods on the Route object
2011-03-08 16:18:27 -08:00
Andrew White
ef46b9f21a
Strip regexp anchors from rake routes output [ #5934 state:resolved]
2010-11-09 05:24:10 +00:00
Emilio Tagua
59296ab26d
Refactor routing methods.
...
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-09-22 18:08:03 -03:00
Andrew White
19ccd4628c
Remove invalid conditions from route [ #4989 state:resolved]
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-28 12:25:19 +02:00
Carlhuda
f38e2e0335
Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount 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".
2010-03-08 12:26:18 -08:00
Sam Ruby
c8cba7db76
Add AD::Route#to_s
...
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2010-01-20 10:56:27 -06:00
Joshua Peek
55ae53baad
Fix rake routes
method name output [ #3422 state:resolved]
2009-10-26 11:23:39 -05:00
Joshua Peek
6083a87d63
Splat calls to_a not to_ary [ #3423 state:resolved]
2009-10-26 11:16:17 -05:00
Joshua Peek
a840c8afbf
Restore rake routes
[ #3402 state:resolved]
2009-10-24 18:08:54 -05:00