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
...
*
options should always be passed to url_for
Aaron Patterson
2014-05-13
1
-2
/
+2
*
calls with :host should still use the optimized path
Aaron Patterson
2014-05-13
1
-2
/
+2
*
use fewer method calls to determine the url_for options
Aaron Patterson
2014-05-13
1
-5
/
+4
*
just merge instead of dup and merge
Aaron Patterson
2014-05-13
1
-2
/
+1
*
the :only_path option is applied by the time the helper is called
Aaron Patterson
2014-05-13
1
-4
/
+1
*
options already have symbolized keys, so we can avoid this call
Aaron Patterson
2014-05-13
1
-1
/
+1
*
Get rid of unused method
Carlos Antonio da Silva
2014-05-13
1
-11
/
+0
*
avoid array allocation when extracting usernames and passwords
Aaron Patterson
2014-05-12
1
-1
/
+7
*
Revert "reduce conditionals in url_for"
Aaron Patterson
2014-05-12
1
-6
/
+3
*
reduce conditionals in url_for
Aaron Patterson
2014-05-12
1
-3
/
+6
*
make the module version quack the same as the instance
Aaron Patterson
2014-05-12
1
-3
/
+10
*
Hash#except is expensive and this is a hotspot, so use a dup + delete
Aaron Patterson
2014-05-12
1
-1
/
+2
*
Make URL escaping more consistent
Andrew White
2014-04-20
1
-2
/
+2
*
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
[prev]
[next]