1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller
Aaron Patterson 59a9068c3f pass variants in rather than mutating the request.
Variants are typically set in the controller based on some attribute of
the request that the browser sent.  We should make our tests more in
line with reality by doing the same and not mutating the request object.
2015-07-07 15:51:01 -07:00
..
api Return 204 if render is not called in API controllers 2015-06-11 16:54:17 -03:00
controller_fixtures
mime pass variants in rather than mutating the request. 2015-07-07 15:51:01 -07:00
new_base Fix test messages use directly true, false and nil instead of their symbol 2015-03-19 23:47:58 +05:30
parameters Return super in ActionController::Parameters.const_missing 2015-03-28 10:40:58 +09:00
request Use request.session.id instead of request.session_options[:id] 2015-03-12 09:52:38 -05:00
action_pack_assertions_test.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
base_test.rb Deprecate :nothing option for render method 2015-05-28 15:13:32 +03:00
caching_test.rb Fix the random caching test failure. 2015-07-05 13:53:20 +02:00
content_type_test.rb Add with_default_charset helper. 2014-05-28 21:17:16 +08:00
default_url_options_with_before_action_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
filters_test.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
flash_hash_test.rb Migrate old flash behaviour 2015-01-30 09:47:03 +11:00
flash_test.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
force_ssl_test.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
form_builder_test.rb Override default form builder for a controller 2015-04-13 23:43:34 -04:00
helper_test.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
http_basic_authentication_test.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
http_digest_authentication_test.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
http_token_authentication_test.rb allow Bearer as well as Token 2015-06-01 11:41:26 +02:00
integration_test.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
live_stream_test.rb Skip the failing tests on Rubinius for now 2015-03-02 17:28:12 +01:00
localized_templates_test.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
log_subscriber_test.rb Deprecate passing hash as first parameter into ActionController::Head 2015-06-15 23:53:45 +03:00
output_escaping_test.rb
params_wrapper_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
permitted_params_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
redirect_test.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
render_js_test.rb Migrating xhr methods to keyword arguments syntax 2015-02-01 16:07:42 +03:00
render_json_test.rb Migrating xhr methods to keyword arguments syntax 2015-02-01 16:07:42 +03:00
render_other_test.rb Add and remove renderer inside the test to prevent leak. 2014-05-28 22:24:22 +08:00
render_test.rb Deprecate passing hash as first parameter into ActionController::Head 2015-06-15 23:53:45 +03:00
render_xml_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
renderer_test.rb ✂️ warning from controller renderer test 2015-01-31 17:48:55 -08:00
request_forgery_protection_test.rb Deprecate :nothing option for render method 2015-05-28 15:13:32 +03:00
required_params_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
rescue_test.rb Deprecate passing hash as first parameter into ActionController::Head 2015-06-15 23:53:45 +03:00
resources_test.rb Merge pull request #18665 from sgrif/sg-test-route-all 2015-02-20 09:44:09 -07:00
routing_test.rb Why do we add a top-level constant here? 2015-04-25 17:07:54 +09:00
runner_test.rb
send_file_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
show_exceptions_test.rb Fix failing tests for #19474 2015-03-23 13:15:59 +00:00
streaming_test.rb
test_case_test.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
url_for_integration_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
url_for_test.rb pass a config to the route set 2015-03-05 13:12:06 -08:00
url_rewriter_test.rb
webservice_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00