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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
6
-200
/
+202
*
Routing whitespace cleanup
Joshua Peek
2008-07-28
6
-26
/
+23
*
AbstractRequest.relative_url_root is no longer automatically configured by a ...
Joshua Peek
2008-07-24
1
-1
/
+1
*
Raise ArgumentError if an invalid method is specified as part of a route's co...
Tom Ward
2008-07-18
1
-0
/
+15
*
Use :namespace instead of :path_prefix for finding controller. [#544 state:re...
Tarmo Tänav
2008-07-03
1
-2
/
+1
*
Ensure we have an array to collect
Jeremy Kemper
2008-06-06
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
1
-3
/
+3
*
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
*
Allow ActionController::Base#default_url_options to have a default options ar...
Cheah Chu Yeow
2008-05-05
1
-3
/
+3
*
Ensure that default_url_options, if defined, are used in named routes.
Cheah Chu Yeow
2008-05-04
1
-3
/
+3
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
3
-13
/
+14
*
Made the location of the routes file configurable with config.routes_configur...
David Heinemeier Hansson
2008-05-01
1
-6
/
+6
*
Added support for regexp flags like ignoring case in the :requirements part o...
David Heinemeier Hansson
2008-03-28
3
-5
/
+26
*
Make it simpler to make the root route an alias for another route. Closes #...
Michael Koziarski
2008-01-26
1
-0
/
+5
*
Performance: optimize route recognition. Large speedup for apps with many res...
Jeremy Kemper
2008-01-19
2
-13
/
+162
*
Restructure routing into several smaller files. References #10835 [oleganza]
Michael Koziarski
2008-01-17
6
-0
/
+1309