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
*
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
*
Make sure assert_select can assert body tag
Rafael Mendonça França
2014-11-18
1
-3
/
+3
*
Remove session to allow `with_routing` to be called twice.
Guo Xiang Tan
2014-11-05
1
-0
/
+36
*
Add regression test for router was overwriting PATH_INFO
Arthur Neves
2014-10-10
1
-0
/
+8
*
Parse HTML as document fragment.
Kasper Timm Hansen
2014-09-29
1
-3
/
+3
*
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-12
1
-1
/
+2
|
\
|
*
Rails-ish apps should descend from Rails::Railtie
Aaron Patterson
2014-07-16
1
-1
/
+2
*
|
We don't need loofah for the assertions
Rafael Mendonça França
2014-07-15
1
-3
/
+3
*
|
Removed require's for html-scanner.
Timm
2014-06-16
1
-1
/
+0
*
|
Changed tests to assert_kind_of Loofah::HTML::Document.
Timm
2014-06-15
1
-3
/
+3
|
/
*
fixes stack level too deep exception on action named 'status' returning 'head...
Christiaan Van den Poel
2014-05-15
1
-0
/
+31
*
Fix regression on `assert_redirected_to`.
Arthur Neves
2014-05-13
1
-0
/
+6
*
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
1
-3
/
+3
*
Revert "Integration tests support the OPTIONS http method"
Rafael Mendonça França
2013-05-16
1
-17
/
+1
*
allow headers and env to be passed in `IntegrationTest`.
Yves Senn
2013-03-13
1
-0
/
+15
*
Make sure to reset default_url_options
Akira Matsuda
2013-01-22
1
-1
/
+5
*
Ensure port is set when passed via the process method
Andrew White
2013-01-15
1
-0
/
+52
*
Move action_controller/vendor/html-scanner to action_view
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
1
-0
/
+19
*
Refactor the handling of default_url_options in integration tests
Andrew White
2012-05-10
1
-0
/
+80
*
added an integration test that checks ActionController::UnknownFormat renders...
Steven Soroka
2012-05-06
1
-0
/
+9
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-4
/
+4
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-1
/
+23
*
Integration tests support the OPTIONS http method
Jeremy Kemper
2012-02-19
1
-1
/
+17
*
Exclude rack.request.form_vars from request.filtered_env
Chad Jolly
2012-01-18
1
-0
/
+33
*
AP tests should inherit from AS::TestCase
Aaron Patterson
2012-01-05
1
-2
/
+2
*
Revert "Make process reuse the env var passed as argument"
Santiago Pastorino
2011-09-24
1
-6
/
+5
*
fix creating an empty route on 1.8. Closes #1210
Damien Mathieu
2011-06-01
1
-0
/
+6
*
Make process reuse the env var passed as argument
Santiago Pastorino
2011-04-06
1
-0
/
+8
*
use a method that actually exists
Aaron Patterson
2010-10-01
1
-1
/
+1
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-6
/
+6
[next]