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
...
*
|
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
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Don't assume resource param is :id when using shallow routes
Andrew White
2012-07-20
1
-0
/
+12
*
Support constraints on resource custom params when nesting
Andrew White
2012-07-20
1
-1
/
+12
*
Add support for optional root segments containing slashes
Andrew White
2012-07-17
1
-0
/
+27
*
Remove more tests related to draw external routes files
Rafael Mendonça França
2012-06-29
1
-49
/
+0
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-2
/
+2
*
Remove implicit dependency on pathname
José Valim
2012-05-25
1
-1
/
+1
*
Return 400 Bad Request for URL paths with invalid encoding.
Andrew White
2012-05-20
1
-0
/
+31
*
add tests and external file backtrace for Routing::Mapper#draw
Kornelius Kalnbach
2012-05-15
1
-0
/
+49
*
Copy literal route constraints to defaults - fixes #3571 and #6224.
Andrew White
2012-05-11
1
-0
/
+42
*
Don't ignore nil positional arguments for url helpers - fixes #6196.
Andrew White
2012-05-10
1
-0
/
+35
[prev]
[next]