aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up route optimisation guard condition generation code as it was getti...Tom Lea2008-11-011-7/+19
* Thread Safety: Ensure recognize_optimized is immediately written instead of l...Joshua Peek2008-10-271-7/+1
* Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11...Tom Stuart2008-10-081-3/+1
* Remove recognized_optimized method before redefining itJeremy Kemper2008-09-081-2/+15
* Ensure routing optimizations are cleared when new routes are added [#981 stat...Matt Jones2008-09-072-2/+11
* Some performance goodness for routing.Clemens Kofler2008-09-031-3/+3
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-3/+3
* Fixes optimised named routes generating question mark followed by nothing whe...Luke Melia2008-08-311-2/+3
* Routes may be restricted to lists of HTTP methods instead of a single method ...Brennan Dunn2008-08-282-6/+8
* Expose Routing::Segment::SAFE_PCHAR list of path characters that don't need e...Jeremy Kemper2008-08-041-1/+2
* Prepare Route#generate and Route#recognize early. Also refactor segments a bi...Joshua Peek2008-07-286-200/+202
* Routing whitespace cleanupJoshua Peek2008-07-286-26/+23
* AbstractRequest.relative_url_root is no longer automatically configured by a ...Joshua Peek2008-07-241-1/+1
* 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
* 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