aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* Find all controllers in memory to use for routingJoshua Peek2009-11-231-1/+3
* Extract Routing.controller_constraintsJoshua Peek2009-11-232-2/+3
* Update routing for rackmount 0.2 api changesJoshua Peek2009-11-191-54/+11
* Add basic nested named route support to new routing dsl. Also add aJoshua Peek2009-11-191-8/+18
* Remove rackmount const usageJoshua Peek2009-11-122-3/+3
* Ruby 1.9: don't assume params are US-ASCII. Hands off the encoding.Jeremy Kemper2009-11-041-1/+6
* 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