rails/actionpack/test/controller
2024-07-08 11:23:00 -04:00
..
api Check If-None-Match before If-Modified-Since with strict freshness 2024-07-08 11:23:00 -04:00
controller_fixtures New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
metal Change ActionDispatch::Response#content_type returning Content-Type header as it is 2019-06-01 09:20:13 +09:00
mime Perform details matching on UnboundTemplates 2021-04-20 14:35:40 -07:00
new_base Utilize Rack 3 streaming. 2024-06-13 10:27:09 +09:00
parameters Fix inconsistent results of params.deep_transform_keys (#50361) 2024-02-21 12:55:30 -05:00
request Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_pack_assertions_test.rb Fix tests without assertions in the framework 2024-04-30 23:29:30 +00:00
allow_browser_test.rb ActionPack: fix BrowserBlocker versions 2024-05-24 19:50:05 +00:00
base_test.rb Turn ActionController::Base inclusions explicit 2024-06-21 21:07:12 +00:00
caching_test.rb Improve instrumentation tests 2023-10-03 13:14:37 +02:00
chunked_test.rb Move Transfer-Encoding chunked test to Action Pack 2024-01-07 14:33:25 -05: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 Fix some more ignored block warnings 2024-04-19 10:23:42 +02:00
flash_hash_test.rb Support :message_pack as cookies serializer 2023-05-08 15:00:08 -05:00
flash_test.rb Fix tests without assertions in the framework 2024-04-30 23:29:30 +00:00
form_builder_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
helper_test.rb Remove deprecated constant AbstractController::Helpers::MissingHelperError 2023-11-22 22:12:03 +00:00
http_basic_authentication_test.rb Better handle basic authentication without a password 2022-03-04 14:40:04 +01:00
http_digest_authentication_test.rb Always use OpenSSL constants for Digest operations 2021-06-30 13:57:54 +02:00
http_token_authentication_test.rb Remove usage of OpenStruct 2024-04-09 21:35:08 +03:00
integration_test.rb Enable Lint/Debugger 2024-05-13 13:41:18 +09:00
live_stream_test.rb Fix tests without assertions in the framework 2024-04-30 23:29:30 +00:00
localized_templates_test.rb Add support to locales with lowdash in Resolver::PathParser 2022-01-14 15:11:58 -03:00
log_subscriber_test.rb Handle bad URIs when filtering redirects 2024-02-23 00:11:24 -06:00
logging_test.rb Add ActionController::Base.log_at 2019-09-24 13:47:34 -04:00
metal_test.rb Change default X-XSS-Protection header to '0' 2021-09-14 14:14:21 +01:00
output_escaping_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
parameter_encoding_test.rb refactor ParameterEncodingTest and add test for param_encoding 2022-11-14 17:58:18 +00:00
parameters_integration_test.rb Add {Abstract,Action}Controller.deprecator 2022-10-27 16:20:53 -05:00
params_parse_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
params_wrapper_test.rb Adds support to wrap aliased attributed in object hash in params wrapper. 2020-01-20 02:45:40 +05:30
permitted_params_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
rate_limiting_test.rb Fix RateLimitingTest assertion for :by option 2024-01-18 18:43:43 -06:00
redirect_test.rb Improve instrumentation tests 2023-10-03 13:14:37 +02: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 Add a test to catch regressions for render_to_string to not override subsequent render 2021-08-23 20:40:21 +01:00
render_test.rb Make http_cache_forever use immutable: true 2024-07-06 01:59:39 -05:00
render_to_string_test.rb Add a test to catch regressions for render_to_string to not override subsequent render 2021-08-23 20:40:21 +01:00
render_xml_test.rb Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
renderer_test.rb Document rendering :renderable and #render_in 2024-01-06 17:57:02 -05: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 Handling relative paths with extra URI parts. 2024-03-07 19:44:32 +00:00
required_params_test.rb Fix did you mean tests for ruby-trunk (3.2) 2022-06-10 13:06:42 -04:00
rescue_test.rb Add spell checking with codespell as a GitHub Action 2021-05-04 14:46:21 +10:00
resources_test.rb Fix some more ignored block warnings 2024-04-19 10:23:42 +02:00
route_helpers_test.rb Use memoized dup of url_helpers for reinclusion 2022-11-19 10:57:21 -06:00
routing_test.rb Fix tests without assertions in the framework 2024-04-30 23:29:30 +00:00
runner_test.rb Use respond_to test helpers 2018-01-25 23:32:58 -05:00
send_file_test.rb Improve instrumentation tests 2023-10-03 13:14:37 +02: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 Enable Minitest/LiteralAsActualArgument 2023-09-13 10:09:32 +09:00
url_for_integration_test.rb Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
url_for_test.rb PR feedback 2023-05-30 20:47:52 +00:00
webservice_test.rb Enable Lint/UselessAssignment cop to avoid unused variable warnings (#34904) 2019-01-09 18:09:01 +09:00