rails/actionpack/test/dispatch
Matthew Draper 0f0ec9908e
Merge pull request #46792 from codeminator/fix-flaky-tests
Increase `socket_timeout` for Memcached inside memcached tests
2022-12-27 17:45:33 +10:30
..
request Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
routing Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
session increase for more tests 2022-12-22 15:04:05 +02:00
system_testing Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
actionable_exceptions_test.rb Only allow ActionableErrors if show_detailed_exceptions is enabled 2020-06-17 07:59:57 -07:00
callbacks_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
content_disposition_test.rb Escape # in RFC 5987 pattern 2020-08-31 10:31:30 -04:00
content_security_policy_test.rb Do not return CSP headers for 304 Not Modified responses 2022-08-19 15:10:47 +02:00
cookies_test.rb Allow proc for per-request cookie domain 2022-12-22 19:49:22 +00:00
debug_exceptions_test.rb Fix word case. html -> HTML 2022-09-18 04:21:22 +10:00
debug_locks_test.rb Fix can't modify frozen String error in DebugLocks 2017-08-28 21:48:05 +09:00
exception_wrapper_test.rb Only deal with backtrace locations in ExceptionWrapper 2022-10-09 14:52:17 -07:00
executor_test.rb Fix style and misspell in action dispatch executor test 2022-02-11 14:55:33 -05:00
header_test.rb Remove Rubocop's comments from Rails code base 2018-07-26 23:37:31 +03:00
host_authorization_test.rb Allow IPs with port in the HostAuthorization middleware 2021-12-15 21:41:50 +00:00
live_response_test.rb Allow 'private, no-store' Cache-Control header 2021-04-05 14:20:17 +10:00
mapper_test.rb Anchor the Action Cable server's route 2022-06-29 13:26:49 -05:00
middleware_stack_test.rb Add back Rack::Runtime to the default middleware stack. 2021-09-15 18:37:34 -04:00
mime_type_test.rb Prevent catastrophic backtracking during mime parsing 2021-05-04 13:49:41 -07:00
mount_test.rb mounted routes with non-word characters 2019-04-15 15:11:13 +02:00
permissions_policy_test.rb Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
prefix_generation_test.rb Remove body content from redirect responses 2022-02-25 13:31:54 -04:00
rack_cache_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
reloader_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
request_id_test.rb Fix tests with Ruby 3 2020-10-30 02:20:04 +00:00
request_test.rb Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
response_test.rb Remove X-Download-Options default header 2022-01-06 10:03:17 +01:00
routing_assertions_test.rb chore: fix spelling 2021-04-15 15:49:48 +10:00
routing_test.rb Add ActionDispatch.deprecator 2022-10-27 17:11:02 -05:00
runner_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
server_timing_test.rb Fix ServerTiming in Threads, use single subscriber 2022-09-08 21:05:33 -07:00
show_exceptions_test.rb Raise more specific exception for invalid mime type from user-agent 2020-10-07 11:49:56 -04:00
ssl_test.rb quietly handle unknown HTTP methods in Action Dispatch SSL middleware 2020-12-28 07:27:50 -05:00
static_test.rb Allow rails to serve brotli encoded assets 2020-06-01 08:57:02 -07:00
test_request_test.rb Replace more ableist language 2021-10-07 11:47:28 -04:00
test_response_test.rb Remove deprecated methods in ActionDispatch::TestResponse 2019-01-17 16:08:31 -05:00
uploaded_file_test.rb Encodes the uploaded file's headers - Closes #38080 2021-02-22 17:01:39 -03:00
url_generation_test.rb Fix setting trailing_slash: true in route definition 2022-02-15 10:44:33 +01:00