aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* adds missing requires for Object#tryXavier Noria2010-08-091-0/+1
* Change returning with tapSantiago Pastorino2010-07-251-1/+1
* RouteSet should also handle anonymous classes.José Valim2010-07-051-2/+2
* Define a convention for descendants and subclasses.José Valim2010-07-051-2/+2
* Fixes for "router" and "routes" terminologyWincent Colaiuta2010-07-031-1/+1
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-2/+2
* Deprecate the old router DSL. Since it is still used intensively across Actio...José Valim2010-06-281-0/+2
* Take out documentation from DeprecatedMapper to discourage its usage.Rizwan Reza2010-06-211-384/+0
* action_dispatch/routing/deprecated_mapper needs with_optionsMatthew Rudy Jacobs2010-04-141-0/+1
* Merge commit 'rails/master'Xavier Noria2010-03-311-0/+2
|\
| * adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* | Mark ActionDispatch::Routing::DeprecatedMapper as nodoc to hide old documenta...Andrew White2010-03-311-1/+1
|/
* 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
* 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