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
...
*
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
*
Symbol captures may generate multiple path segments, so don't escape / -> %2F...
Jeremy Kemper
2011-10-13
1
-7
/
+17
*
Failing tests for path parameter escaping
Jeremy Kemper
2011-10-13
1
-0
/
+27
*
allow shorthand routes with nested optional parameters
Diego Carrion
2011-10-10
1
-0
/
+11
*
Fix named routes modifying arguments
Pawel Pierzchala
2011-09-22
1
-0
/
+11
*
when calling url_for with a hash, additional (likely unwanted) values (such a...
Andrew Kaspick
2011-08-11
1
-0
/
+12
*
Ensure the constraints block is only applied to the correct route
Dave Rogers
2011-07-25
1
-0
/
+20
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Fix failing test case on master
Prem Sichanugrist
2011-04-10
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Raise ArgumentError if route name is invalid [#6517 state:resolved]
Andrew White
2011-03-06
1
-0
/
+32
*
Add test to prevent regression on namespace root nested in a resource
Andrew White
2011-02-14
1
-0
/
+9
*
Fix named route helper for routes nested inside deeply nested resources
Andrew White
2011-02-14
1
-1
/
+9
*
fixed bug with nested resources within shallow scope
german
2011-02-04
1
-0
/
+62
*
Added documentation explaining the new additional supported syntaxes for the ...
Josh Kalderimis
2010-11-30
1
-0
/
+17
*
The redirect routing method now allows for a hash of options which only chang...
Josh Kalderimis
2010-11-30
1
-0
/
+48
*
Dynamically generaeted helpers on collection should not clobber resources url...
José Valim
2010-11-25
1
-0
/
+11
*
Add additional HTTP request methods from the following RFCs:
Andrew White
2010-11-02
1
-0
/
+31
*
Ensure that named routes do not overwrite previously defined routes.
José Valim
2010-09-29
1
-0
/
+18
*
Remove duplicated test.
Emilio Tagua
2010-09-27
1
-8
/
+0
[prev]
[next]