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
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-10
/
+10
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-214
/
+214
*
Reset rack.input when the environment is scrubbed for the next request
Nick Sieger
2016-07-27
1
-0
/
+8
*
Clean up the test request/response even after an exception
Matthew Draper
2016-06-01
1
-0
/
+24
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+2
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-4
/
+13
*
Remove unused test controller action
Andrew White
2016-02-16
1
-5
/
+0
*
Move test for #22828 into it's own test
Andrew White
2016-02-16
1
-2
/
+10
*
Escape cookie's key and value in ActionController::TestCase
Takayuki Matsubara
2015-12-30
1
-0
/
+7
*
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
1
-1
/
+1
*
switch to JSON.dump to avoid infinite recursion
Aaron Patterson
2015-10-29
1
-1
/
+1
*
Write the cookie jar it was not committed in TestCase
Rafael Mendonça França
2015-10-28
1
-1
/
+1
*
don't access the response object before a request was made
Aaron Patterson
2015-09-23
1
-1
/
+10
*
Handle Content-Types that are not :json, :xml, or :url_encoded_form
eileencodes
2015-09-09
1
-0
/
+25
*
remove more direct `env` mutations
Aaron Patterson
2015-08-24
1
-1
/
+1
*
Get rid of mocha tests - part 1
Marcin Olichwirowicz
2015-08-24
1
-8
/
+10
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-26
/
+26
*
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
1
-1
/
+1
*
use `Rack::Test::UploadedFile` when uploading files
Aaron Patterson
2015-07-09
1
-2
/
+2
*
set parameters as a query string
Aaron Patterson
2015-07-09
1
-1
/
+1
*
use JSON to communicate between the controller and the tests
Aaron Patterson
2015-07-09
1
-12
/
+12
*
build and assign parameters rather than rely on mutations
Aaron Patterson
2015-07-08
1
-3
/
+3
*
request objects are no longer recycled
Aaron Patterson
2015-07-08
1
-6
/
+0
*
let the superclass build the request and response
Aaron Patterson
2015-07-08
1
-5
/
+2
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-41
/
+0
*
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
1
-3
/
+3
*
Merge pull request #19808 from byroot/action-parameter
Rafael Mendonça França
2015-05-27
1
-0
/
+20
|
\
|
*
Allow to parameters named `action` or `controller` from AC::TestCase helpers
Jean Boussier
2015-04-18
1
-0
/
+20
*
|
Issue#17703 Test case for tempfile attribute
Siva Gollapalli
2015-04-16
1
-0
/
+5
|
/
*
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
[next]