aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing/route.rb
Commit message (Expand)AuthorAgeFilesLines
* Eliminate excess Regexp creation due to capture countingJeremy Kemper2008-11-101-1/+1
* Routes may be restricted to lists of HTTP methods instead of a single method ...Brennan Dunn2008-08-281-1/+1
* Prepare Route#generate and Route#recognize early. Also refactor segments a bi...Joshua Peek2008-07-281-142/+158
* Routing whitespace cleanupJoshua Peek2008-07-281-8/+7
* 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-2/+2
* Restructure routing into several smaller files. References #10835 [oleganza]Michael Koziarski2008-01-171-0/+240