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
*
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
*
Refactor Generator class to not rely on in-place editing the controller
Andrew White
2012-05-09
1
-6
/
+6
*
Fix bug when url_for changes controller.
Nikita Beloglazov
2012-05-09
1
-0
/
+9
*
Fix that optimized named routes should also work as singleton methods on the ...
Jeremy Kemper
2012-05-06
1
-0
/
+24
*
Force given path to http methods in mapper to skip canonical action checking
Carlos Antonio da Silva
2012-05-04
1
-1
/
+8
*
Reset the request parameters after a constraints check
Andrew White
2012-05-02
1
-0
/
+19
*
Restore interpolation of path option in redirect routes
Andrew White
2012-04-29
1
-1
/
+32
*
Escape interpolated params when redirecting - fixes #5688
Andrew White
2012-04-29
1
-0
/
+29
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-53
/
+53
*
Allow a defining custom member field on resources
Jamie Macey
2012-03-25
1
-0
/
+18
*
Remove wrong and redundant code.
kennyj
2012-02-25
1
-6
/
+4
*
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-0
/
+8
*
Testcase for GH #5114.
kennyj
2012-02-22
1
-0
/
+26
*
fixing AP tests
Aaron Patterson
2012-02-15
1
-1
/
+1
*
say goodbye to #with_test_routes :axe:
Xavier Noria
2012-02-10
1
-1166
/
+947
*
fixes a regression introduced by 532cd4, and a bogus test in AP the regressio...
Xavier Noria
2012-02-10
1
-6
/
+6
*
Fix GH #4720. Routing problem with nested namespace and already camelized con...
kennyj
2012-02-10
1
-0
/
+26
*
Fix url_for method's behavior when it is called with :controller option which...
kennyj
2012-02-07
1
-0
/
+33
*
Revert "Deprecated multi args to http route methods"
Jeremy Kemper
2012-02-05
1
-2
/
+1
*
Remove not used env[] call in routing_test.
Carlos Antonio da Silva
2012-01-27
1
-1
/
+0
*
Fix warning. assigned but unused variable - path_params
kennyj
2012-01-28
1
-1
/
+1
*
Merge pull request #4658 from pwim/unicode-paths
Aaron Patterson
2012-01-25
1
-0
/
+20
*
Deprecated multi args to http route methods
Aaron Patterson
2012-01-23
1
-1
/
+2
*
Stub ip method of alternative request class
Sam Pohlenz
2012-01-14
1
-0
/
+4
*
Fix routing test to use assert_equal
Carlos Antonio da Silva
2012-01-06
1
-2
/
+2
*
just use def setup
Aaron Patterson
2011-12-21
1
-1
/
+2
*
Do not raise an exception if an invalid route was generated automatically.
José Valim
2011-12-16
1
-0
/
+1
*
Fix failing AP tests.
José Valim
2011-12-13
1
-1
/
+1
*
Refactoring the redirect method for the router api.
Aaron Patterson
2011-11-18
1
-0
/
+5
*
remove the :path feature to redirects, since it cannot work
Aaron Patterson
2011-11-18
1
-33
/
+0
*
require that all blocks have arity of 2
Aaron Patterson
2011-11-18
1
-1
/
+1
[next]