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
/
test_case_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix default headers in test responses
Jeremy Kemper
2015-02-25
1
-0
/
+46
*
Merge pull request #18771 from kirs/deprecate-xhr
Rafael Mendonça França
2015-02-05
1
-3
/
+18
|
\
|
*
Migrating xhr methods to keyword arguments syntax
Kir Shatrov
2015-02-01
1
-3
/
+18
*
|
Merge pull request #18721 from sj26/pre-discard-flash
Aaron Patterson
2015-02-01
1
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
Fix flash remaining after last flash deleted
Samuel Cochran
2015-01-29
1
-0
/
+12
*
|
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-14
/
+18
*
|
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-87
/
+279
|
/
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-25
/
+0
*
Deprecate `use_route` in controller tests
Godfrey Chan
2014-11-23
1
-2
/
+2
*
Test using `ActionController::TestCase` with engines
Godfrey Chan
2014-11-23
1
-0
/
+52
*
Make sure assert_select can assert body tag
Rafael Mendonça França
2014-11-18
1
-0
/
+21
*
Pass the route name explicitly
Godfrey Chan
2014-11-10
1
-0
/
+12
*
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
1
-1
/
+1
*
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-12
1
-5
/
+6
|
\
|
*
Fixes to TestCaseTest.
Guo Xiang Tan
2014-08-08
1
-4
/
+5
|
*
Fix spelling.
Guo Xiang Tan
2014-08-07
1
-1
/
+1
*
|
Merge pull request #11218 from kaspth/loofah-integration
Rafael Mendonça França
2014-07-10
1
-179
/
+0
|
\
\
|
|
/
|
/
|
|
*
Removed tag.rb since it has been deprecated.
Timm
2014-06-15
1
-179
/
+0
*
|
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-3
/
+3
|
/
*
Deprecate all *_filter callbacks in favor of *_action callbacks
Rafael Mendonça França
2014-05-27
1
-1
/
+1
*
use symbol keys for path_parameters
Aaron Patterson
2014-05-22
1
-5
/
+5
*
Fix controller test not resetting @_url_options
Tony Wooster
2014-02-26
1
-0
/
+23
*
Clear filtered request attributes between requests in tests
Andrew White
2014-01-27
1
-0
/
+8
*
Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`
Godfrey Chan
2013-11-05
1
-2
/
+3
*
Re-remove deprecated API.
kennyj
2013-06-28
1
-7
/
+0
*
Revert "Add the options method to action_controller testcase."
Rafael Mendonça França
2013-05-16
1
-5
/
+0
*
Fix rake test warnings in actionpack
Mack Earnhardt
2013-03-17
1
-1
/
+1
*
`Http::Headers` directly modifies the passed environment.
Yves Senn
2013-03-15
1
-0
/
+22
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-0
/
+31
*
deprecate `assert_blank` and `assert_present`.
Yves Senn
2013-01-05
1
-1
/
+1
*
Use File.join to better integrate fixture_path in fixture_file_upload.
Ben Woosley
2012-11-26
1
-0
/
+12
*
Merge branch 'master' into testclean
Aaron Patterson
2012-07-05
1
-0
/
+5
|
\
|
*
Add the options method to action_controller testcase.
François de Metz
2012-07-04
1
-0
/
+5
*
|
test should be testing to_param not to_s, remove Array subclass
Aaron Patterson
2012-07-03
1
-2
/
+2
|
/
*
Don't paramify ActionDispatch::Http::UploadedFile in tests
Tim Vandecasteele
2012-06-22
1
-0
/
+7
*
Add failing test case for #6053
Andrew White
2012-04-29
1
-0
/
+21
*
Don't convert params if the request isn't HTML - fixes #5341
Andrew White
2012-04-29
1
-2
/
+40
*
Merge session arg with existing session instead of overwriting
Andrew White
2012-04-28
1
-0
/
+20
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-5
/
+5
*
assigns(:foo) should not convert @foo's keys to strings if it happens to be a...
Will Bryant
2012-02-18
1
-0
/
+5
*
replacing the orderhash with hash for ruby-1.9
ganesh
2012-02-09
1
-3
/
+2
*
Rename test class and fix tests to keep consistency
Carlos Antonio da Silva
2012-01-17
1
-10
/
+10
*
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
1
-3
/
+0
*
AC:TestCase::Behavior#head only accepts parameters as second argument
Rafael Mendonça França
2012-01-10
1
-0
/
+4
*
Whitespaces :scissors:
Rafael Mendonça França
2012-01-10
1
-4
/
+4
*
Fix ActionController::TestCase::Behavior.head
Rafael Mendonça França
2012-01-10
1
-0
/
+5
*
Revert "remove deprecated API"
Aaron Patterson
2012-01-05
1
-0
/
+7
*
remove deprecated API
Aaron Patterson
2012-01-05
1
-7
/
+0
*
moving test_test.rb to test_case_test.rb for consistency.
Nick Sutterer
2012-01-03
1
-0
/
+820