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
/
builder.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pare down object creation during route building
Jeremy Kemper
2008-11-10
1
-30
/
+23
*
Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11...
Tom Stuart
2008-10-08
1
-3
/
+1
*
Routes may be restricted to lists of HTTP methods instead of a single method ...
Brennan Dunn
2008-08-28
1
-5
/
+7
*
Prepare Route#generate and Route#recognize early. Also refactor segments a bi...
Joshua Peek
2008-07-28
1
-23
/
+6
*
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
*
Merge docrails.
Pratik Naik
2008-05-25
1
-3
/
+3
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-2
/
+2
*
Added support for regexp flags like ignoring case in the :requirements part o...
David Heinemeier Hansson
2008-03-28
1
-1
/
+8
*
Restructure routing into several smaller files. References #10835 [oleganza]
Michael Koziarski
2008-01-17
1
-0
/
+197