aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Make use of extract_options!Joshua Peek2009-11-291-6/+6
* Extract Resource and SingletonResource helper objectsJoshua Peek2009-11-291-28/+84
* Resource collection should be defined before member routesJoshua Peek2009-11-291-6/+6
* Extract Routing.controller_constraintsJoshua Peek2009-11-231-0/+2
* Add basic nested named route support to new routing dsl. Also add aJoshua Peek2009-11-191-8/+18
* Remove rackmount const usageJoshua Peek2009-11-121-2/+2
* Fix simple resource named routes for new routing dslJoshua Peek2009-11-031-8/+20
* Restore `rake routes` [#3402 state:resolved]Joshua Peek2009-10-241-3/+5
* New routing dslJoshua Peek2009-10-201-785/+219
* Group together all the old routing dsl logicJoshua Peek2009-10-201-0/+879