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
/
controller
/
routing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-4
/
+4
*
Fix cases where the wrong name is passed to `Formatter#generate`
Godfrey Chan
2014-11-23
1
-1
/
+1
*
Anchor should not be appended when set to nil/false.
Guo Xiang Tan
2014-11-23
1
-0
/
+3
*
stop calling url_for with recall parameters and actually use a request
Aaron Patterson
2014-07-15
1
-82
/
+123
*
execute a request and check the path_parameters
Aaron Patterson
2014-07-15
1
-17
/
+59
*
set `set` in the setup method
Aaron Patterson
2014-07-15
1
-2
/
+5
*
remove useless ivar set
Aaron Patterson
2014-07-15
1
-1
/
+0
*
remove warnings
Kuldeep Aggarwal
2014-06-12
1
-1
/
+0
*
add tests for nested lambda constraints
Aaron Patterson
2014-06-03
1
-0
/
+27
*
PARAMETERS_KEY is only used in the request, so move the constant there
Aaron Patterson
2014-05-27
1
-5
/
+5
*
just call the method and assert the return value
Aaron Patterson
2014-05-09
1
-8
/
+1
*
Prefer assert_raise instead of flunk + rescue to test for exceptions
Carlos Antonio da Silva
2013-12-19
1
-10
/
+3
*
Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`
Godfrey Chan
2013-11-05
1
-14
/
+15
*
Fix an issue where router can't recognize downcased url encoding path.
kennyj
2013-09-19
1
-0
/
+4
*
fix request methods test
Vipul A M
2013-03-31
1
-6
/
+2
*
Update tests for #9704, named route collisions
Jeremy Kemper
2013-03-24
1
-5
/
+6
*
Add tests for #9441
Francesco Rodriguez
2013-02-26
1
-0
/
+16
*
do not append a second slash when using
Yves Senn
2013-01-02
1
-6
/
+16
*
Add Missing Keys from Journey on failed URL format
schneems
2012-08-28
1
-6
/
+6
*
Access @rs only through attr_accessor
tomykaira
2012-08-20
1
-11
/
+11
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-0
/
+5
*
adding a test for #6459
Aaron Patterson
2012-06-14
1
-0
/
+10
*
Merge pull request #2549 from trek/RoutingErrorForMissingControllers
Aaron Patterson
2012-05-21
1
-0
/
+10
|
\
|
*
When a route references a missing controller, raise ActionController::Routing...
Trek Glowacki
2011-08-16
1
-0
/
+10
*
|
Force given path to http methods in mapper to skip canonical action checking
Carlos Antonio da Silva
2012-05-04
1
-2
/
+2
*
|
ActionPack: remove tests for hash_for_* methods
Bogdan Gusiev
2012-05-02
1
-18
/
+0
*
|
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-168
/
+168
*
|
Route root helper shortcut
Brian Cardarella
2012-03-03
1
-0
/
+9
*
|
Optimize url helpers.
Sergey Nartimov + José Valim
2012-03-02
1
-3
/
+3
*
|
Adding tests for non-optional glob parameters
Andrew White
2012-02-26
1
-2
/
+27
*
|
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-1
/
+14
*
|
adding tests to document behavior for #4817
Aaron Patterson
2012-02-14
1
-0
/
+26
*
|
Cleaning Route generation tests
Thiago Pradi
2012-02-12
1
-30
/
+0
*
|
Merge pull request #3775 from karevn/master
Aaron Patterson
2012-01-24
1
-1
/
+14
|
\
\
|
*
|
Fix: when using subdomains and constraints, request params were not passed to...
karevn
2011-11-28
1
-1
/
+14
|
|
/
*
|
Added custom regexps to ASTs that have literal nodes on either side of
Aaron Patterson
2012-01-23
1
-0
/
+62
*
|
moved the `get` testing method to a module
Aaron Patterson
2012-01-23
1
-11
/
+2
*
|
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
1
-1
/
+0
*
|
AP tests should inherit from AS::TestCase
Aaron Patterson
2012-01-05
1
-2
/
+2
*
|
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
|
adding an integration test for splat regexp substitutions. fixes #4138
Aaron Patterson
2011-12-22
1
-0
/
+13
*
|
Adding an integration test. Fixes #4136
Aaron Patterson
2011-12-22
1
-0
/
+9
*
|
rack bodies should be a list
Aaron Patterson
2011-12-22
1
-7
/
+7
*
|
refactoring routing tests
Aaron Patterson
2011-12-22
1
-34
/
+19
*
|
adding integration test for journey #7
Aaron Patterson
2011-12-21
1
-0
/
+22
*
|
caches should not be global, so no need to clear in the teardown
Aaron Patterson
2011-12-21
1
-4
/
+0
*
|
adding tests for #4029
Aaron Patterson
2011-12-19
1
-0
/
+51
*
|
Named Routes shouldn't override existing ones (currently route recognition go...
Andy Jeffries
2011-12-05
1
-2
/
+2
*
|
fix method redefined warnings in tests
lest
2011-11-30
1
-6
/
+0
|
/
[next]