index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
routing
/
segments.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generating routes with optional format segment does not inherit params format...
Joshua Peek
2009-03-04
1
-1
/
+5
*
Allow routes with a trailing slash to be recognized
Mike Gunderloy
2009-03-04
1
-1
/
+1
*
Ruby 1.9 compat: silence a warning about regexp languages
Sam Granieri
2009-02-25
1
-1
/
+5
*
Fix requirements regexp for path segments
Andrew White
2009-02-22
1
-16
/
+12
*
Remove hardcoded number_of_capturesin ControllerSegment to allow regexp requi...
Andrew White
2009-02-22
1
-4
/
+0
*
Added optimal formatted routes to rails, deprecating the formatted_* methods,...
Aaron Batalion
2008-11-26
1
-0
/
+31
*
Eliminate excess Regexp creation due to capture counting
Jeremy Kemper
2008-11-10
1
-3
/
+25
*
Some performance goodness for routing.
Clemens Kofler
2008-09-03
1
-3
/
+3
*
Expose Routing::Segment::SAFE_PCHAR list of path characters that don't need e...
Jeremy Kemper
2008-08-04
1
-1
/
+2
*
Prepare Route#generate and Route#recognize early. Also refactor segments a bi...
Joshua Peek
2008-07-28
1
-12
/
+17
*
Routing whitespace cleanup
Joshua Peek
2008-07-28
1
-2
/
+3
*
Ensure we have an array to collect
Jeremy Kemper
2008-06-06
1
-1
/
+1
*
Ensure routing generator works with non-string keys. [#172 state:resolved]
Sven Fuchs
2008-05-16
1
-1
/
+1
*
Escape globbed parameters in routes correctly.
Chris Roos
2008-05-10
1
-4
/
+5
*
Added support for regexp flags like ignoring case in the :requirements part o...
David Heinemeier Hansson
2008-03-28
1
-2
/
+16
*
Restructure routing into several smaller files. References #10835 [oleganza]
Michael Koziarski
2008-01-17
1
-0
/
+268