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
/
journey
/
router.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #15806 from tgxworld/partition_routes_during_setup
Aaron Patterson
2015-03-02
1
-1
/
+1
|
\
|
*
Partition routes during setup.
Guo Xiang Tan
2015-02-26
1
-1
/
+1
*
|
Revert "Merge pull request #18764 from tsun1215/master"
Jeremy Kemper
2015-02-26
1
-1
/
+0
|
/
*
Explicitly ignored wildcard verbs from head_routes
Terence Sun
2015-02-08
1
-0
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
*
Avoid duplicating routes for HEAD requests.
Guo Xiang Tan
2014-08-21
1
-17
/
+23
*
Replace x.sort_by!.select! with x.select!.sort_by!
Viktar Basharymau
2014-06-20
1
-1
/
+2
*
Fix request's path_info when a rack app mounted at '/'.
Larry Lv
2014-06-14
1
-0
/
+1
*
Merge branch 'constraints'
Aaron Patterson
2014-05-27
1
-1
/
+1
|
\
|
*
pass the request object to the application
Aaron Patterson
2014-05-25
1
-1
/
+1
*
|
Merge pull request #15321 from tgxworld/only_find_routes_as_heads_for_head_re...
Santiago Pastorino
2014-05-27
1
-1
/
+4
|
\
\
|
*
|
Call get_routes_as_head only on HEAD requests.
Guo Xiang Tan
2014-05-25
1
-1
/
+4
|
|
/
*
/
Remove unnecessary flatten! method call.
Guo Xiang Tan
2014-05-25
1
-3
/
+1
|
/
*
there is no formatter on the router object, so rm
Aaron Patterson
2014-05-23
1
-1
/
+0
*
decouple the router object from the request class
Aaron Patterson
2014-05-23
1
-5
/
+3
*
pass the correct custom request to the recognize method
Aaron Patterson
2014-05-23
1
-3
/
+1
*
switch to the `serve` method so we can remove the request class (eventually)
Aaron Patterson
2014-05-23
1
-6
/
+0
*
extract request allocation from the main app serving routine
Aaron Patterson
2014-05-23
1
-2
/
+4
*
use the accessors on the request object rather than touching env
Aaron Patterson
2014-05-23
1
-2
/
+2
*
find_routes only use the request, so stop passing env
Aaron Patterson
2014-05-23
1
-3
/
+3
*
remove NullRequest and just always pass a request class
Aaron Patterson
2014-05-23
1
-26
/
+1
*
use the request object since we have it
Aaron Patterson
2014-05-23
1
-8
/
+9
*
stop using PARAMETERS_KEY, and use the accessor on the request object
Aaron Patterson
2014-05-22
1
-6
/
+6
*
pass the instantiated request to the find_routes method
Aaron Patterson
2014-05-22
1
-5
/
+7
*
drop hash allocations during match
Aaron Patterson
2014-05-21
1
-2
/
+2
*
fewer object allocations and method calls during route match
Aaron Patterson
2014-05-21
1
-5
/
+5
*
middle variable is never used, so rm
Aaron Patterson
2014-05-21
1
-1
/
+1
*
do not create memo objects since we'll just throw them away
Aaron Patterson
2014-04-01
1
-2
/
+1
*
Revert "Don't remove trailing slash from PATH_INFO for mounted apps"
Piotr Sarnacki
2014-01-16
1
-7
/
+1
*
Don't remove trailing slash from PATH_INFO for mounted apps
Piotr Sarnacki
2013-06-21
1
-1
/
+7
*
make [] method in router more readable
buddhamagnet
2013-04-15
1
-1
/
+3
*
Add support for other types of routing constraints
Andrew White
2013-01-15
1
-5
/
+1
*
update AD::Journey to follow Rails coding conventions
Francesco Rodriguez
2012-12-20
1
-58
/
+58
*
:nodoc: Journey because is not part of the public API [ci skip]
Francesco Rodriguez
2012-12-19
1
-3
/
+4
*
Remove obsolete Hash extension needed for Ruby 1.8.x support
Andrew White
2012-12-19
1
-1
/
+0
*
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
1
-0
/
+168