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 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
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-3
/
+3
*
Raise ArgumentError instead of normalizing controller name when there is a le...
Andrew White
2010-09-18
1
-6
/
+30
*
Remove leading slash from controller [#5651 state:resolved]
Andrew White
2010-09-18
1
-0
/
+8
*
Add RouteSet#append
Carl Lerche
2010-09-17
1
-0
/
+33
*
Implemented RouteSet#default_scope, which allows to set the scope for the ent...
Piotr Sarnacki
2010-09-03
1
-0
/
+29
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Move implicit nested call before options handling so that nested constraints ...
Andrew White
2010-09-01
1
-0
/
+18
*
Bump rack-mount to 0.6.13 and add test case for named character classes [#550...
Andrew White
2010-08-31
1
-0
/
+12
*
Use nested scope for routes defined at the :resources scope level (as in Rail...
Andrew White
2010-08-24
1
-0
/
+7
*
Allow format to be skipped. This is used internally by mount.
José Valim
2010-08-24
1
-1
/
+1
*
Finally fix the bug where symbols and strings were not having the same behavi...
José Valim
2010-08-24
1
-6
/
+38
*
Ensure shortcuts inside resources also generates helpers.
José Valim
2010-08-24
1
-4
/
+4
*
Fix how routes inside namespaces are generated.
José Valim
2010-08-24
1
-3
/
+3
*
Allow actions which start with A-Za-z_ only
Santiago Pastorino
2010-08-24
1
-1
/
+4
*
Fix a bug where symbols and strings were not behaving the same in the router....
José Valim
2010-08-24
1
-3
/
+3
[next]