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
...
*
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
*
Merge pull request #2549 from trek/RoutingErrorForMissingControllers
Aaron Patterson
2012-05-21
1
-3
/
+7
|
\
|
*
When a route references a missing controller, raise ActionController::Routing...
Trek Glowacki
2011-08-16
1
-3
/
+7
*
|
Return 400 Bad Request for URL paths with invalid encoding.
Andrew White
2012-05-20
1
-0
/
+9
*
|
Don't ignore nil positional arguments for url helpers - fixes #6196.
Andrew White
2012-05-10
1
-1
/
+1
*
|
Refactor Generator class to not rely on in-place editing the controller
Andrew White
2012-05-09
1
-5
/
+10
*
|
Fix bug when url_for changes controller.
Nikita Beloglazov
2012-05-09
1
-2
/
+2
*
|
Fix that optimized named routes should also work as singleton methods on the ...
Jeremy Kemper
2012-05-06
1
-1
/
+2
*
|
RouteSet: optimize routes generation when globbing is used
Bogdan Gusiev
2012-05-03
1
-2
/
+5
*
|
RouteSet: remove some code dups
Bogdan Gusiev
2012-05-02
1
-19
/
+10
*
|
ActionPack routes: remove some useless code.
Bogdan Gusiev
2012-05-02
1
-26
/
+4
*
|
Allow loading external route files from the router
Jose and Yehuda
2012-04-25
1
-0
/
+2
*
|
Refactor hash creation in routeset
Carlos Antonio da Silva
2012-04-24
1
-3
/
+4
[prev]
[next]