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
*
Change `ActionDispatch::Response#content_type` returning Content-Type header ...
yuuji.yaginuma
2019-06-01
1
-4
/
+4
*
url -> URL where apt inside actionpack/
Sharang Dashputre
2019-04-01
1
-3
/
+3
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
Revert "Merge pull request #33970 from rails/eager-url-helpers"
schneems
2018-10-03
1
-4
/
+3
*
Eagerly build the routing helper module after routes are committed
Aaron Patterson
2018-09-25
1
-3
/
+4
*
Prevent `RequestEncoder#encode_params` to parse falsey params
Alireza Bashiri
2018-07-20
1
-0
/
+14
*
Pass along arguments to underlying `get` method in `follow_redirect!` (#33299)
Remo Fritzsche
2018-07-05
1
-0
/
+10
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-1
/
+1
*
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-2
/
+2
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-5
/
+5
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Calling `follow_redirect!` does not reset the `html_document`:
Edouard CHIN
2017-06-26
1
-0
/
+12
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-2
/
+2
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-2
/
+2
*
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
[next]