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_dispatch
/
routing
/
route_set.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unique the segment keys array for non-optimized url helpers
Andrew White
2014-01-05
1
-1
/
+1
*
Show full route constraints in error message
Andrew White
2014-01-05
1
-2
/
+3
*
Simplify arg parameterization
Andrew White
2014-01-05
1
-6
/
+1
*
Use a custom route vistor for optimized route generation
Andrew White
2014-01-05
1
-27
/
+25
*
Spelling and Grammar checks
Akshay Vishnoi
2013-12-12
1
-1
/
+1
*
Merge pull request #12216 from suginoy/a-an
Rafael Mendonça França
2013-09-13
1
-1
/
+1
|
\
|
*
Fix typos: the indefinite articles(a -> an)
SUGINO Yasuhiro
2013-09-13
1
-1
/
+1
*
|
Refactor handling of action normalization
Max Shytikov
2013-09-10
1
-11
/
+13
|
/
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-13
/
+11
*
Refactor handling of action normalization
Max Shytikov
2013-07-26
1
-11
/
+13
*
Refactor to reduce number of loops
Andrew White
2013-07-17
1
-15
/
+25
*
Fix failing test missed for the past year :(
Andrew White
2013-07-17
1
-2
/
+17
*
Fix named routing regression from 3.2.13
schneems
2013-05-16
1
-0
/
+1
*
Duplicate options before mutating them
Andrew White
2013-04-18
1
-3
/
+4
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
1
-1
/
+1
*
fix wrong argument error message
Vipul A M
2013-03-31
1
-1
/
+1
*
Tweak exception message to avoid giving potentially misleading suggestions
Trevor Turk
2013-03-20
1
-2
/
+3
*
Raise an ArgumentError when a clashing named route is defined
Trevor Turk
2013-03-19
1
-1
/
+8
*
Use custom visitor class for optimized url helpers
Andrew White
2013-03-03
1
-9
/
+1
*
allow non-String default params in the router.
Yves Senn
2013-02-26
1
-0
/
+2
*
Missing or unneeded require extract_options
Akira Matsuda
2013-02-01
1
-0
/
+1
*
remove dead code
Aaron Patterson
2013-01-30
1
-4
/
+1
*
change parameter name for positional args
Aaron Patterson
2013-01-30
1
-2
/
+1
*
nodoc the helper classes, cache stuff for optimized helper
Aaron Patterson
2013-01-30
1
-13
/
+17
*
cache path parts in the instance
Aaron Patterson
2013-01-30
1
-2
/
+3
*
stop evaling a string every time
Aaron Patterson
2013-01-30
1
-4
/
+4
*
moving helper classes outside the private block
Aaron Patterson
2013-01-30
1
-90
/
+88
*
pushing specialization down to the optimized class
Aaron Patterson
2013-01-30
1
-23
/
+25
*
use polymorphism to remove conditional
Aaron Patterson
2013-01-30
1
-35
/
+27
*
move conditionals to instance
Aaron Patterson
2013-01-30
1
-6
/
+16
*
pull stuff out of the caller and hide in the instance
Aaron Patterson
2013-01-30
1
-4
/
+3
*
moving more stuff on to the instance
Aaron Patterson
2013-01-30
1
-18
/
+18
*
move optimize_helper? to the helper instance
Aaron Patterson
2013-01-30
1
-9
/
+12
*
moving more stuff to the instance
Aaron Patterson
2013-01-30
1
-6
/
+6
*
moving some stuff to the initializer
Aaron Patterson
2013-01-30
1
-14
/
+38
*
moved more evald code
Aaron Patterson
2013-01-30
1
-8
/
+7
*
factored out some of the dynamic code
Aaron Patterson
2013-01-30
1
-19
/
+31
*
use the helpers list rather than getting the methods from the module
Aaron Patterson
2013-01-24
1
-1
/
+1
*
module_eval is not necessary here
Aaron Patterson
2013-01-24
1
-3
/
+1
*
don't need to eval everything
Aaron Patterson
2013-01-24
1
-1
/
+1
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-1
/
+1
*
Raise correct exception now Journey is integrated.
Andrew White
2013-01-15
1
-4
/
+2
*
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
1
-1
/
+1
*
Merge pull request #8510 from thedarkone/thread_safety_improvements
Aaron Patterson
2012-12-14
1
-8
/
+4
|
\
|
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-8
/
+4
*
|
Clear url helper methods when routes are reloaded
Andrew White
2012-12-14
1
-0
/
+6
*
|
Revert "Clear url helpers when reloading routes"
Andrew White
2012-12-14
1
-1
/
+0
|
/
*
Clear url helpers when reloading routes
Santiago Pastorino
2012-11-02
1
-0
/
+1
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
1
-6
/
+6
*
Use internal instance variable naming scheme for mounted URL helper proxies
Sam Pohlenz
2012-09-09
1
-1
/
+1
[next]