aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing/segments.rb
Commit message (Expand)AuthorAgeFilesLines
* Add % to RESERVED_PCHAR [#2574 state:resolved]Eduard Bondarenko2009-05-271-1/+1
* Generating routes with optional format segment does not inherit params format...Joshua Peek2009-03-041-1/+5
* Allow routes with a trailing slash to be recognizedMike Gunderloy2009-03-041-1/+1
* Ruby 1.9 compat: silence a warning about regexp languagesSam Granieri2009-02-251-1/+5
* Fix requirements regexp for path segmentsAndrew White2009-02-221-16/+12
* Remove hardcoded number_of_capturesin ControllerSegment to allow regexp requi...Andrew White2009-02-221-4/+0
* Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-261-0/+31
* Eliminate excess Regexp creation due to capture countingJeremy Kemper2008-11-101-3/+25
* Some performance goodness for routing.Clemens Kofler2008-09-031-3/+3
* 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-281-12/+17
* Routing whitespace cleanupJoshua Peek2008-07-281-2/+3
* Ensure we have an array to collectJeremy Kemper2008-06-061-1/+1
* 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
* Added support for regexp flags like ignoring case in the :requirements part o...David Heinemeier Hansson2008-03-281-2/+16
* Restructure routing into several smaller files. References #10835 [oleganza]Michael Koziarski2008-01-171-0/+268