aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing
Commit message (Expand)AuthorAgeFilesLines
* Ensure we have an array to collectJeremy Kemper2008-06-061-1/+1
* Merge docrails.Pratik Naik2008-05-251-3/+3
* Ensure routing generator works with non-string keys. [#172 state:resolved]Sven Fuchs2008-05-161-1/+1
* Escape globbed parameters in routes correctly.Chris Roos2008-05-101-4/+5
* Allow ActionController::Base#default_url_options to have a default options ar...Cheah Chu Yeow2008-05-051-3/+3
* Ensure that default_url_options, if defined, are used in named routes.Cheah Chu Yeow2008-05-041-3/+3
* Improve documentation coverage and markupXavier Noria2008-05-023-13/+14
* Made the location of the routes file configurable with config.routes_configur...David Heinemeier Hansson2008-05-011-6/+6
* Added support for regexp flags like ignoring case in the :requirements part o...David Heinemeier Hansson2008-03-283-5/+26
* 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-192-13/+162
* Restructure routing into several smaller files. References #10835 [oleganza]Michael Koziarski2008-01-176-0/+1309