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
/
test
/
dispatch
/
routing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix marking of custom routes for Journey
Andrew White
2016-01-20
1
-0
/
+63
*
Allow AC::Parameters as an argument to url_helpers
Prathamesh Sonpatki
2016-01-07
1
-0
/
+21
*
Don't catch all NameError to reraise as ActionController::RoutingError #22368
Maxime Garcia
2015-12-12
1
-0
/
+41
*
Get rid of mocha tests - part 1
Marcin Olichwirowicz
2015-08-24
1
-6
/
+5
*
deprecate passing a string for both the beginning path and :path option
Aaron Patterson
2015-08-14
1
-1
/
+4
*
use predicate methods instead of hard coding verb strings
Aaron Patterson
2015-08-14
1
-1
/
+2
*
Allow a custom dispatcher to be provided to routing.
Xavier Shay
2015-08-07
1
-9
/
+6
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-6
/
+6
*
Merge pull request #19431 from hmarr/head-routing
Rafael Mendonça França
2015-06-22
1
-3
/
+2
|
\
|
*
Respect routing precedence for HEAD requests
Harry Marr
2015-03-20
1
-3
/
+2
*
|
Routes resources avoid :new and :edit endpoints if api_only is enabled
Jorge Bejar
2015-06-11
1
-0
/
+75
*
|
sort_by instead of sort
Yang Bo
2015-04-08
1
-0
/
+13
|
/
*
Drop request class from RouteSet constructor.
Aaron Patterson
2015-03-04
1
-1
/
+5
*
Revert "Merge pull request #18764 from tsun1215/master"
Jeremy Kemper
2015-02-26
1
-4
/
+5
*
Add a failing test demonstrating regression with HEAD requests to Rack apps, ...
Jeremy Kemper
2015-02-24
1
-3
/
+9
*
Merge pull request #18218 from brainopia/fix_match_shorthand_in_routes
Rafael Mendonça França
2015-02-20
1
-0
/
+9
|
\
|
*
Improve shorthand matching for routes
brainopia
2015-01-25
1
-0
/
+9
*
|
Explicitly ignored wildcard verbs from head_routes
Terence Sun
2015-02-08
1
-0
/
+12
*
|
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-11
/
+11
*
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-11
/
+11
|
/
*
Fix name_for_action in routing
rono23
2015-01-19
1
-0
/
+38
*
Remove deprecated support to define routes with `:to` option that
Rafael Mendonça França
2015-01-04
1
-30
/
+4
*
Fix handling of positional url helper arguments when format is false
Tatiana Soukiassian
2014-12-13
1
-0
/
+28
*
fix small typo in routing test
Accessd
2014-10-21
1
-1
/
+1
*
Don't ignore constraints in redirect routes
Agis-
2014-08-25
1
-0
/
+24
*
Remove unnecessary call to #tap
Carlos Antonio da Silva
2014-07-31
1
-5
/
+3
*
always test against a routed rack app so there are always url_helpers
Aaron Patterson
2014-07-07
1
-32
/
+58
*
Generate shallow paths for all children of shallow resources.
Seb Jacobs
2014-07-06
1
-0
/
+22
*
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-2
/
+2
*
Routes specifying 'to:' must be a string that contains a "#" or a rack
Aaron Patterson
2014-06-03
1
-22
/
+30
*
add tests for mixing :to and controller / action
Aaron Patterson
2014-06-03
1
-0
/
+48
*
test with an empty via
Aaron Patterson
2014-06-03
1
-0
/
+8
*
add a test for missing "via" parameter
Aaron Patterson
2014-06-03
1
-0
/
+8
*
"controllers" should be a valid path name
Aaron Patterson
2014-05-29
1
-0
/
+10
*
add a test for controllers without colons
Aaron Patterson
2014-05-28
1
-0
/
+10
*
add a test for existing mapper functionality
Aaron Patterson
2014-05-28
1
-0
/
+12
*
add tests for argument error cases
Aaron Patterson
2014-05-28
1
-0
/
+27
*
extract request allocation from the main app serving routine
Aaron Patterson
2014-05-23
1
-0
/
+1
*
use the request object since we have it
Aaron Patterson
2014-05-23
1
-5
/
+3
*
stop using PARAMETERS_KEY, and use the accessor on the request object
Aaron Patterson
2014-05-22
1
-0
/
+3
*
Form full URI as string to be parsed in Rack::Test.
Guo Xiang Tan
2014-05-21
1
-6
/
+6
*
Add RFC4791 MKCALENDAR method
kasper
2014-05-15
1
-2
/
+3
*
Use assert_raises
Rafael Mendonça França
2014-05-04
1
-3
/
+1
*
Merge pull request #11166 from xavier/callable_constraint_verification
Rafael Mendonça França
2014-05-04
1
-0
/
+15
|
\
|
*
Verify that route constraints respond to the expected messages instead of sil...
Xavier Defrang
2013-06-28
1
-0
/
+15
*
|
Make URL escaping more consistent
Andrew White
2014-04-20
1
-3
/
+25
*
|
Add a failing test for a URL helper that was broken by a6b9ea2.
James Coglan
2014-04-10
1
-0
/
+18
*
|
Use nested_scope? not shallow? to determine whether to copy options
Andrew White
2014-03-16
1
-0
/
+36
*
|
Copy shallow options from normal options when using scope
Andrew White
2014-03-08
1
-0
/
+48
*
|
Pull namespace defaults out of the options hash
Andrew White
2014-03-08
1
-0
/
+130
[next]