aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Mark ActionDispatch::Routing::DeprecatedMapper as nodoc to hide old ↵Andrew White2010-03-311-1/+1
| | | | documentation until it's removed
* Remove implicit controller namespacing from new dslJoshua Peek2010-02-281-0/+25
|
* Remove ActionController::Base.resources_path_namesCarl Lerche2010-02-241-7/+8
|
* Move controller namespace tracking into route set so it getsJoshua Peek2009-12-021-1/+1
| | | | reloaded in dev mode
* Fix generating params with optional defaults [#3404 state:resolved]Joshua Peek2009-12-011-1/+1
|
* Extract Routing.controller_constraintsJoshua Peek2009-11-231-2/+1
|
* Restore `rake routes` [#3402 state:resolved]Joshua Peek2009-10-241-2/+1
|
* New routing dslJoshua Peek2009-10-201-0/+879