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
/
integration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
use public Module#include instead of send :include
yuuji.yaginuma
2016-11-27
1
-1
/
+1
*
Use accept header instead of mangling request path.
Kasper Timm Hansen
2016-11-23
1
-2
/
+25
*
Fix `ActionDispatch::IntegrationTest#open_session`
Tawan Sierek
2016-11-18
1
-0
/
+8
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
Remove mona lisa image from the tests
Rafael Mendonça França
2016-10-25
1
-2
/
+2
*
Revert "Undefine assings in IntegrationTest"
Rafael Mendonça França
2016-10-21
1
-8
/
+0
*
Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...
Rafael Mendonça França
2016-10-10
1
-55
/
+0
*
Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`.
Rafael Mendonça França
2016-10-10
1
-89
/
+0
*
Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request`
Rafael Mendonça França
2016-10-10
1
-102
/
+4
*
Undefine assings in IntegrationTest
Rafael Mendonça França
2016-10-07
1
-0
/
+8
*
make `fixture_file_upload` work in integration tests
yuuji.yaginuma
2016-09-04
1
-0
/
+36
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-16
/
+16
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
Fix Accept header overridden when "xhr: true" in integration test
David Chen
2016-08-07
1
-0
/
+13
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-20
/
+20
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-182
/
+182
*
Fix GET JSON integration test request to use method override
eileencodes
2016-08-05
1
-0
/
+16
*
Test that ActionDispatch::IntegrationTest does not leak parameters
Nick Sieger
2016-07-28
1
-0
/
+14
*
There are some cases where @@app is not defined
Santiago Pastorino
2016-07-26
1
-19
/
+0
*
Be more explicit with the expected result
Santiago Pastorino
2016-07-26
1
-1
/
+1
*
Return ActionDispatch.test_app when no app is set on IntegrationTest.app method
Santiago Pastorino
2016-07-26
1
-0
/
+19
*
make `as` option work with get parameters
yuuji.yaginuma
2016-06-25
1
-0
/
+14
*
Add regression test to `as` option.
Kasper Timm Hansen
2016-06-07
1
-0
/
+16
*
Deprecate `request_via_redirect` method.
Prathamesh Sonpatki
2016-04-24
1
-3
/
+5
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-5
/
+20
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
*
Make `parsed_body` extract parser from the content type.
Kasper Timm Hansen
2016-02-11
1
-0
/
+10
*
Add `parsed_body` to spare writing out parsing routines.
Kasper Timm Hansen
2016-02-10
1
-11
/
+24
*
Add `as` to encode a request as a specific mime type.
Kasper Timm Hansen
2016-01-04
1
-0
/
+43
*
Suppress warnings (warnings about AD::IntegrationTest HTTP request)
yui-knk
2015-10-22
1
-1
/
+1
*
Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xml
Sean Griffin
2015-10-20
1
-13
/
+17
*
Get rid of mocha tests - part 2
Marcin Olichwirowicz
2015-08-25
1
-113
/
+153
*
do not add common ports to HTTP_HOST
Michael Grosser
2015-08-06
1
-0
/
+19
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-13
/
+13
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-2
/
+0
*
Fix kwargs warning in `test_get_xml`
eileencodes
2015-03-20
1
-1
/
+1
*
Compare content_type with Mime::XML instead of regexp
Boris Peterbarg
2015-03-16
1
-0
/
+17
*
Call super last in before_setup
eileencodes
2015-03-09
1
-0
/
+12
*
Fix default headers in test responses
Jeremy Kemper
2015-02-25
1
-16
/
+18
*
Merge pull request #18771 from kirs/deprecate-xhr
Rafael Mendonça França
2015-02-05
1
-82
/
+73
|
\
|
*
Migrating xhr methods to keyword arguments syntax
Kir Shatrov
2015-02-01
1
-82
/
+73
*
|
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-1
/
+1
|
/
*
Remove duplicated tests
Rafael Mendonça França
2015-01-29
1
-30
/
+0
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-9
/
+9
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-47
/
+208
*
Just assert the deprecation of one method
Rafael Mendonça França
2015-01-28
1
-10
/
+15
*
Deprecate *_via_redirect integration test methods
Aditya Kapoor
2015-01-28
1
-15
/
+25
*
Default headers, removed in controller actions, will not be reapplied to the ...
Jonas Baumann
2015-01-09
1
-0
/
+23
*
Integration requests should work in contexts without setup and teardown
brainopia
2015-01-02
1
-0
/
+24
[next]