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
Edouard CHIN beb7fba632 Use the file_fixture_path for fixture_file_upload:
- We used the `fixture_path` before `file_fixture_path` was a thing,
  but now that we have the latter we should use it.

  `fixture_path` is solely used by Active Record so it seems wrong
  to be using that in ActionPack.
2020-05-05 15:28:56 +02:00
..
api Remove deprecated force_ssl at the controller level. 2020-05-05 00:58:54 -04: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 Mime::Mimes#symbols should return a always up to date reference: 2020-01-02 18:05:33 +01:00
new_base Fix Ruby 2.7 warnings for ActionController::Metal.use 2019-12-26 17:59:13 +09:00
parameters Add params.member? to mimic Hash behavior 2019-11-19 16:03:01 +01:00
request Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
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 Auto-correct rubocop offences 2019-11-24 09:54:47 +09:00
content_type_test.rb Fix content_type= to not discard extra part 2019-08-23 05:22:53 +09:00
default_url_options_with_before_action_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
filters_test.rb Add guide for inline around_action 2019-11-20 12:03:41 -05:00
flash_hash_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
flash_test.rb get gets keyworded options 2019-09-13 17:36:11 +09:00
form_builder_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
helper_test.rb Fix typo 2020-05-03 05:43:01 +09: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 the file_fixture_path for fixture_file_upload: 2020-05-05 15:28:56 +02:00
live_stream_test.rb Append missing 's' to #silence_warning call 2019-11-07 11:25:57 +02: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 Add match 302 http code for log in redirect_to 2020-01-04 22:29:45 -03:00
logging_test.rb Add ActionController::Base.log_at 2019-09-24 13:47:34 -04: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 Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
parameter_encoding_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
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 Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
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 Revert "Deprecate rendering templates with . in the name" (#39012) 2020-04-21 15:59:46 -07:00
render_xml_test.rb Use media_type instead of content_type internally 2019-08-04 00:35:49 +01:00
renderer_test.rb Revert "Deprecate rendering templates with . in the name" (#39012) 2020-04-21 15:59:46 -07:00
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 Accept and default to base64_urlsafe CSRF tokens (#18496) 2020-03-28 21:07:09 -07:00
required_params_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
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
route_helpers_test.rb [ci skip] Fix a typo in the comment 2019-12-15 00:36:28 +01:00
routing_test.rb Make Rails Facebook-free 2018-12-24 13:54:30 +05:30
runner_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
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 Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
test_case_test.rb Use the file_fixture_path for fixture_file_upload: 2020-05-05 15:28:56 +02:00
url_for_integration_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
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 Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
webservice_test.rb Enable Lint/UselessAssignment cop to avoid unused variable warnings (#34904) 2019-01-09 18:09:01 +09:00