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
/
route_set.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix formatted_* deprecation message
Jeremy Kemper
2008-12-30
1
-2
/
+2
*
Make router and controller classes better rack citizens
Joshua Peek
2008-12-28
1
-0
/
+6
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-30
/
+31
*
Extract named_helper module_eval so it's easier to override
Jeremy Kemper
2008-11-29
1
-2
/
+6
*
Added support for multiple routes files and made draw not clear the map so th...
David Heinemeier Hansson
2008-11-26
1
-12
/
+42
*
Added optimal formatted routes to rails, deprecating the formatted_* methods,...
Aaron Batalion
2008-11-26
1
-1
/
+9
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-0
/
+2
*
Make optimized named routes respect all reserved options and tie it into UrlR...
Gabe da Silveira
2008-11-18
1
-0
/
+1
*
Ensure routing optimizations are cleared when new routes are added [#981 stat...
Matt Jones
2008-09-07
1
-2
/
+2
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-3
/
+3
*
Prepare Route#generate and Route#recognize early. Also refactor segments a bi...
Joshua Peek
2008-07-28
1
-1
/
+2
*
Routing whitespace cleanup
Joshua Peek
2008-07-28
1
-2
/
+2
*
Made the location of the routes file configurable with config.routes_configur...
David Heinemeier Hansson
2008-05-01
1
-6
/
+6
*
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
1
-13
/
+4
*
Restructure routing into several smaller files. References #10835 [oleganza]
Michael Koziarski
2008-01-17
1
-0
/
+439