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
Jean Boussier 1e56b1d115 Fix ruby-master test suite (Psych 4.0.0)
Ruby master ships with Psych 4.0.0 which makes `YAML.load`
defaults to safe mode (https://github.com/ruby/psych/pull/487).

However since these YAML files are trustworthy sources
we can parse them with `unsafe_load`.
2021-05-19 14:21:21 +02:00
..
api
controller_fixtures
metal
mime Perform details matching on UnboundTemplates 2021-04-20 14:35:40 -07:00
new_base Remove deprecated support to passing relative paths to render file: 2020-10-30 00:25:14 +00:00
parameters Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
request
action_pack_assertions_test.rb
base_test.rb URL helper methods on controllers are public methods 2020-09-16 12:15:24 +09:00
caching_test.rb
content_type_test.rb
default_url_options_with_before_action_test.rb
filters_test.rb chore: fix spelling 2021-04-15 15:49:48 +10:00
flash_hash_test.rb
flash_test.rb Remove ActionDispatch::Flash::NullFlash 2021-05-18 21:26:24 -05:00
form_builder_test.rb
helper_test.rb Remove all version checking for older Rubies in tests 2021-02-05 13:21:45 +09:00
http_basic_authentication_test.rb
http_digest_authentication_test.rb
http_token_authentication_test.rb Make Rubocop happy adding extra spaces 2021-05-05 13:19:35 -03:00
integration_test.rb Use image/jpeg instead of non-standard image/jpg 2021-03-05 13:14:11 -05:00
live_stream_test.rb fix typo 2021-03-16 23:57:22 +01:00
localized_templates_test.rb
log_subscriber_test.rb Handle throwing in controller action in log subscriber 2021-01-24 09:52:27 +01:00
logging_test.rb
metal_test.rb
output_escaping_test.rb
parameter_encoding_test.rb
params_parse_test.rb
params_wrapper_test.rb
permitted_params_test.rb
redirect_test.rb Prevent string polymorphic route arguments 2021-05-04 13:56:37 -07:00
render_js_test.rb Change ActionDispatch::Response#content_type to return the full Content-Type header 2020-10-30 00:25:49 +00:00
render_json_test.rb Change ActionDispatch::Response#content_type to return the full Content-Type header 2020-10-30 00:25:49 +00:00
render_test.rb Calculate the minimum/maximum from an enumerable's extracted elements 2021-02-12 17:37:53 +01:00
render_xml_test.rb Change ActionDispatch::Response#content_type to return the full Content-Type header 2020-10-30 00:25:49 +00:00
renderer_test.rb Remove support for templates with "." 2021-04-14 11:27:11 -07:00
renderers_test.rb Revert "Raise when calling render with invalid options" 2020-10-29 13:49:30 -07:00
request_forgery_protection_test.rb Change ActionDispatch::Response#content_type to return the full Content-Type header 2020-10-30 00:25:49 +00:00
required_params_test.rb
rescue_test.rb Add spell checking with codespell as a GitHub Action 2021-05-04 14:46:21 +10:00
resources_test.rb Fix end alignment 2021-03-21 15:46:36 +09:00
route_helpers_test.rb
routing_test.rb Revert "actionpack: Improve performance by allowing routes with custom regexes in the FSM." 2021-01-05 22:21:53 +00:00
runner_test.rb
send_file_test.rb
show_exceptions_test.rb
streaming_test.rb
test_case_test.rb Use image/jpeg instead of non-standard image/jpg 2021-03-05 13:14:11 -05:00
url_for_integration_test.rb
url_for_test.rb URL helper methods on controllers are public methods 2020-09-16 12:15:24 +09:00
url_rewriter_test.rb
webservice_test.rb