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 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
*
|
Only use shallow nested scope when depth is > 1
Andrew White
2014-03-08
1
-0
/
+60
*
|
Set the :shallow_path as each scope is generated
Andrew White
2014-02-09
1
-0
/
+75
*
|
Add additional tests for #13824
Andrew White
2014-01-25
1
-0
/
+26
*
|
Tidy up tests and CHANGELOG for #12598
Andrew White
2014-01-20
1
-0
/
+10
*
|
Automatically convert dashes to underscores in shorthand routes
Mikko Johansson
2014-01-20
1
-0
/
+10
*
|
Add failing test for #13369
Piotr Sarnacki
2014-01-16
1
-0
/
+18
*
|
Allow an absolute controller path inside a module scope
Andrew White
2014-01-05
1
-0
/
+12
*
|
Unique the segment keys array for non-optimized url helpers
Andrew White
2014-01-05
1
-0
/
+18
*
|
Show full route constraints in error message
Andrew White
2014-01-05
1
-0
/
+25
*
|
Use a custom route vistor for optimized route generation
Andrew White
2014-01-05
1
-0
/
+12
*
|
Try to escape each part of a path redirect route correctly
Andrew White
2013-12-02
1
-0
/
+10
*
|
add test_scoped_root_as_name
Sam Ruby
2013-09-24
1
-0
/
+13
*
|
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
1
-0
/
+53
|
/
*
test-case => failing
Yves Senn
2013-06-25
1
-0
/
+13
*
Add has_named_route? to the mapper API
José Valim
2013-05-20
1
-0
/
+13
*
Add test for `format: false` with resources - closes #10323
Andrew White
2013-04-24
1
-0
/
+29
*
Add url generation tests for #10185
Andrew White
2013-04-18
1
-0
/
+2
*
Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...
Derek Watson
2013-04-18
1
-0
/
+20
*
Merge pull request #9932 from senny/9913_routing_problem
Andrew White
2013-04-03
1
-0
/
+29
|
\
|
*
routing shorthand syntax works with multiple paths
Yves Senn
2013-03-26
1
-0
/
+14
|
*
bugfix, when matching multiple paths with `get`, `post`, ...
Yves Senn
2013-03-26
1
-0
/
+15
*
|
fix regression in Mapper when `format:` was used in a `scope`.
Yves Senn
2013-04-03
1
-0
/
+22
|
/
[next]