aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing.rb
Commit message (Expand)AuthorAgeFilesLines
* added some fixed fontsSebastian Martinez2011-05-091-3/+3
* add cross-references and documentation for scopeJonathan Dance + Gabriel Horner2011-01-281-0/+12
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+0
* Move RoutesProxy to separate filePiotr Sarnacki2010-09-031-0/+1
* Rework the routing documentation.Joost Baaij2010-08-281-22/+75
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* correct typos in Routing examplesMislav Marohnić2010-07-221-3/+3
* Moved PolymorphicRoutes to ActionDispatch::RoutingPiotr Sarnacki2010-07-201-2/+2
* Removed deprecated |map| block argument from routing docs since it is no long...Steven Hancock2010-07-111-1/+1
* API Docs: Fixes to the Routing docsRohit Arondekar2010-07-071-6/+4
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
* Use h1 for titles.Rizwan Reza2010-06-211-1/+1
* Remove routing implementation details from RDocAndrew White2010-03-311-3/+3
* Update routing documentation to the new way of specifying HTTP method restric...Andrew White2010-03-311-9/+21
* Another missing requirewycats2010-03-161-0/+1
* Final pass at removing the router from a global constantCarlhuda2010-02-251-1/+0
* WIP: Remove the global routerCarlhuda2010-02-251-0/+1
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-0/+1
* Make rdoc match current APISam Ruby2010-02-021-105/+47
* Merge docrailsPratik Naik2010-01-171-3/+4
* Move controller namespace tracking into route set so it getsJoshua Peek2009-12-021-41/+0
* Simply track controller namespaces instead of a complete list ofJoshua Peek2009-12-011-43/+16
* Privatize Routing.possible_controllers and fix brittle url helperJoshua Peek2009-11-231-33/+33
* 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
* 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