aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing/builder.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace decaying routing internals w/ rack-mountJoshua Peek2009-10-191-199/+0
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+2
* Ensure blank path_prefix works as expected [#2122 state:resolved]Andrew Bloom2009-03-091-1/+2
* Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-261-0/+2
* Pare down object creation during route buildingJeremy Kemper2008-11-101-30/+23
* Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11...Tom Stuart2008-10-081-3/+1
* Routes may be restricted to lists of HTTP methods instead of a single method ...Brennan Dunn2008-08-281-5/+7
* Prepare Route#generate and Route#recognize early. Also refactor segments a bi...Joshua Peek2008-07-281-23/+6
* Raise ArgumentError if an invalid method is specified as part of a route's co...Tom Ward2008-07-181-0/+15
* Use :namespace instead of :path_prefix for finding controller. [#544 state:re...Tarmo Tänav2008-07-031-2/+1
* Merge docrails.Pratik Naik2008-05-251-3/+3
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+2
* Added support for regexp flags like ignoring case in the :requirements part o...David Heinemeier Hansson2008-03-281-1/+8
* Restructure routing into several smaller files. References #10835 [oleganza]Michael Koziarski2008-01-171-0/+197