aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'mainstream/master'Pratik Naik2010-01-041-107/+0
|\
| * Move controller namespace tracking into route set so it getsJoshua Peek2009-12-021-41/+0
| | | | | | | | reloaded in dev mode
| * Simply track controller namespaces instead of a complete list ofJoshua Peek2009-12-011-43/+16
| | | | | | | | possible controllers to route to
| * Privatize Routing.possible_controllers and fix brittle url helperJoshua Peek2009-11-231-33/+33
| | | | | | | | controller test loading.
| * Find all controllers in memory to use for routingJoshua Peek2009-11-231-7/+12
| |
| * with_controllers is no longer usedJoshua Peek2009-11-231-11/+0
| |
| * Extract Routing.controller_constraintsJoshua Peek2009-11-231-0/+4
| |
| * Kill dead routing internals helpersJoshua Peek2009-11-231-26/+0
| |
| * Don't really care about reloading routes when inflections areJoshua Peek2009-11-231-11/+0
| | | | | | | | changed.
* | Indicate that the :method routing condition can also accept an array of HTTP ↵Cheah Chu Yeow2009-11-201-3/+4
|/ | | | methods.
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-3/+1
|
* Restore `rake routes` [#3402 state:resolved]Joshua Peek2009-10-241-0/+1
|
* New routing dslJoshua Peek2009-10-201-0/+1
|
* Group together all the old routing dsl logicJoshua Peek2009-10-201-1/+1
|
* Move Routing into ADJoshua Peek2009-10-201-0/+381