aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing/route.rb
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick core extensionsJeremy Kemper2009-05-131-3/+5
* Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-11-261-0/+5
|\
| * Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-261-0/+5
* | No need to have #generate and #generate_extras per instanceJeremy Kemper2008-11-261-5/+10
|/
* 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