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
Eugene Kenny 7cf445d3bd Use media_type instead of content_type internally
These calls to `content_type` were triggering the deprecation from
c631e8d011 in upgraded applications.

We can use `media_type` in all of these cases to avoid the deprecation.
2019-08-04 00:35:49 +01:00
..
api Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
controller_fixtures
metal Change ActionDispatch::Response#content_type returning Content-Type header as it is 2019-06-01 09:20:13 +09:00
mime Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
new_base Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
parameters Merge pull request #36412 from robotdana/compact_blank 2019-07-25 16:18:18 -04:00
request
action_pack_assertions_test.rb url -> URL where apt inside actionpack/ 2019-04-01 22:58:02 +05:30
base_test.rb Revert "Don't handle params option in a special way in url_for helper" 2019-01-16 11:12:49 -05:00
caching_test.rb Pass the template format to the digestor 2019-02-15 17:27:33 -08:00
content_type_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
default_url_options_with_before_action_test.rb
filters_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
flash_hash_test.rb
flash_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
force_ssl_test.rb
form_builder_test.rb
helper_test.rb Give HelperMethods module a name 2019-06-03 18:59:51 -07:00
http_basic_authentication_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
http_digest_authentication_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
http_token_authentication_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
integration_test.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
live_stream_test.rb Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
localized_templates_test.rb Change ActionDispatch::Response#content_type returning Content-Type header as it is 2019-06-01 09:20:13 +09:00
log_subscriber_test.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
metal_test.rb Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
output_escaping_test.rb
parameter_encoding_test.rb
params_parse_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
params_wrapper_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
permitted_params_test.rb
redirect_test.rb Ensure that redirect_back with fallback_location to another host is allowed 2019-01-25 15:59:31 +00:00
render_js_test.rb Use media_type instead of content_type internally 2019-08-04 00:35:49 +01:00
render_json_test.rb Use media_type instead of content_type internally 2019-08-04 00:35:49 +01:00
render_test.rb Fix flaky test ActionControllerBaseRenderTest#test_direct_render_to_string 2019-07-26 12:29:58 +09:00
render_xml_test.rb Use media_type instead of content_type internally 2019-08-04 00:35:49 +01:00
renderer_test.rb url -> URL where apt inside actionpack/ 2019-04-01 22:58:02 +05:30
renderers_test.rb Change ActionDispatch::Response#content_type returning Content-Type header as it is 2019-06-01 09:20:13 +09:00
request_forgery_protection_test.rb Use media_type instead of content_type internally 2019-08-04 00:35:49 +01:00
required_params_test.rb
rescue_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
resources_test.rb try (Just a Little Bit Harder) 2019-07-12 18:30:58 +09:00
routing_test.rb Make Rails Facebook-free 2018-12-24 13:54:30 +05:30
runner_test.rb
send_file_test.rb Encode Content-Disposition filenames on send_data and send_file 2018-09-13 21:38:46 +09:00
show_exceptions_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
streaming_test.rb
test_case_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
url_for_integration_test.rb
url_for_test.rb Revert "Don't handle params option in a special way in url_for helper" 2019-01-16 11:12:49 -05:00
url_rewriter_test.rb
webservice_test.rb Enable Lint/UselessAssignment cop to avoid unused variable warnings (#34904) 2019-01-09 18:09:01 +09:00