aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Collapse)AuthorAgeFilesLines
* Fix simple resource named routes for new routing dslJoshua Peek2009-11-031-8/+20
|
* 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-244-13/+53
|
* New routing dslJoshua Peek2009-10-203-787/+1100
|
* Group together all the old routing dsl logicJoshua Peek2009-10-202-208/+198
|
* Move Routing into ADJoshua Peek2009-10-202-0/+1386