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
*
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
*
|
RouteSet: decomplecting a way to handle positional args
Bogdan Gusiev
2012-04-24
1
-26
/
+20
*
|
RouteSet: simplify routes helpers generation code
Bogdan Gusiev
2012-04-24
1
-13
/
+21
*
|
documents the contract for the argument of AD::Routing::RouteSet#url_for
Xavier Noria
2012-04-05
1
-0
/
+1
*
|
Fix url_for when options is nil
Rafael Mendonça França
2012-04-05
1
-1
/
+1
*
|
don't pass unnecessary argument
Sergey Nartimov
2012-03-02
1
-2
/
+2
*
|
Optimize url helpers.
Sergey Nartimov + José Valim
2012-03-02
1
-9
/
+8
*
|
Optimize path helpers.
José Valim
2012-03-02
1
-11
/
+54
*
|
Fix the assert_recognizes test method so that it works when there are
Matt Fawcett
2012-02-24
1
-0
/
+2
*
|
Avoid inspecting the whole route set, closes #1525
José Valim
2012-02-23
1
-0
/
+6
*
|
Remove reference to rails_legacy_mapper, which isn't compatible with 3.2 #5022
johndouthat
2012-02-18
1
-2
/
+1
*
|
Fix GH #4720. Routing problem with nested namespace and already camelized con...
kennyj
2012-02-10
1
-0
/
+5
*
|
Fixed force_ssl redirects to include original query params
Ryan McGeary
2012-02-07
1
-0
/
+1
*
|
Fix url_for method's behavior when it is called with :controller option which...
kennyj
2012-02-07
1
-1
/
+1
*
|
Merge pull request #3775 from karevn/master
Aaron Patterson
2012-01-24
1
-1
/
+2
|
\
\
|
*
|
Fix: when using subdomains and constraints, request params were not passed to...
karevn
2011-11-28
1
-1
/
+2
*
|
|
Added custom regexps to ASTs that have literal nodes on either side of
Aaron Patterson
2012-01-23
1
-1
/
+20
*
|
|
We should finalize the routes as soon as possible and not wait for the contro...
José Valim
2012-01-06
1
-2
/
+0
*
|
|
Clean up routes inclusion and add some comments for the next soul that decide...
José Valim
2012-01-03
1
-30
/
+37
[next]