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
*
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
|
/
*
Raise an ArgumentError when a clashing named route is defined
Trevor Turk
2013-03-19
1
-19
/
+18
*
Use custom visitor class for optimized url helpers
Andrew White
2013-03-03
1
-0
/
+6
*
`format: true` does not override existing format constraints.
Yves Senn
2013-02-27
1
-0
/
+24
*
allow non-String default params in the router.
Yves Senn
2013-02-26
1
-1
/
+21
*
the router allows String contraints.
Yves Senn
2013-02-26
1
-0
/
+36
*
determine the match shorthand target early.
Yves Senn
2013-02-21
1
-0
/
+27
*
the `:controller` option for routes can contain numbers. closes #9231.
Yves Senn
2013-02-09
1
-0
/
+12
*
ruby constant syntax is not supported as routing `:controller` option.
Yves Senn
2013-02-06
1
-9
/
+40
*
Duplicate possible frozen string from route
Andrew White
2013-01-21
1
-0
/
+9
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-0
/
+28
*
Add support for other types of routing constraints
Andrew White
2013-01-15
1
-0
/
+48
*
Fixed issue where routes with globs caused constraints on that glob to
Maura Fitzgerald
2012-12-04
1
-0
/
+29
*
Improve clarity of routing tests
Andrew White
2012-11-26
1
-634
/
+1081
*
Allow setting a symbol as path in scope on routes
Guillermo Iguaran
2012-11-21
1
-0
/
+20
*
Add test to avoid regression of 1bfc5b4
Rafael Mendonça França
2012-11-02
1
-0
/
+8
*
Revert "Merge pull request #7668 from Draiken/fix_issue_6497"
Rafael Mendonça França
2012-11-02
1
-7
/
+0
*
resource and resources do no longer modify passed options
Yves Senn
2012-10-01
1
-0
/
+20
*
Removing to_shorthand from default_controller_and_action. Fixes #6497
Luiz Felipe
2012-09-19
1
-0
/
+7
*
Add Missing Keys from Journey on failed URL format
schneems
2012-08-28
1
-6
/
+6
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+1
[next]