aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing/route_set.rb
Commit message (Expand)AuthorAgeFilesLines
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-3/+3
* Prepare Route#generate and Route#recognize early. Also refactor segments a bi...Joshua Peek2008-07-281-1/+2
* Routing whitespace cleanupJoshua Peek2008-07-281-2/+2
* Made the location of the routes file configurable with config.routes_configur...David Heinemeier Hansson2008-05-011-6/+6
* Make it simpler to make the root route an alias for another route. Closes #...Michael Koziarski2008-01-261-0/+5
* Performance: optimize route recognition. Large speedup for apps with many res...Jeremy Kemper2008-01-191-13/+4
* Restructure routing into several smaller files. References #10835 [oleganza]Michael Koziarski2008-01-171-0/+439