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
*
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
*
refactor route_set `generate_extras` functionality
schneems
2012-08-28
1
-17
/
+9
*
Add Missing Keys from Journey on failed URL format
schneems
2012-08-28
1
-4
/
+4
*
Further refactor build_conditions in route set
Carlos Antonio da Silva
2012-08-10
1
-5
/
+3
*
Fix handling SCRIPT_NAME from within mounted engine's
Piotr Sarnacki
2012-08-11
1
-5
/
+12
*
RouteSet: refactor internals
Bogdan Gusiev
2012-08-10
1
-10
/
+7
*
RouteSet: cleanup some unneeded compexity
Bogdan Gusiev
2012-08-04
1
-16
/
+7
*
Renamed _path_segments to _recall
Bogdan Gusiev
2012-08-04
1
-2
/
+2
*
Simplify logical statement
Bogdan Gusiev
2012-08-04
1
-4
/
+2
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Fix class_eval without __FILE__ and __LINE__.
kennyj
2012-07-18
1
-1
/
+1
*
Revert "Allow loading external route files from the router"
José Valim
2012-06-29
1
-2
/
+0
*
Simplify logic to initialize valid conditions in RouteSet
Carlos Antonio da Silva
2012-05-31
1
-7
/
+3
[next]