.. |
request
|
Make with_routing test helper work for integration tests
|
2023-11-23 22:10:45 -06:00 |
routing
|
Fix inclusion of url_helpers module in concern
|
2023-12-19 17:43:32 -06:00 |
session
|
Make with_routing test helper work for integration tests
|
2023-11-23 22:10:45 -06:00 |
system_testing
|
Remove all code to work with Ruby < 3.1
|
2024-01-03 19:02:31 +00:00 |
actionable_exceptions_test.rb
|
Add Rack::Lint to ActionableExceptions tests
|
2023-07-26 10:13:57 -04:00 |
assume_ssl_test.rb
|
Add Rack::Lint to AssumeSSL middleware tests
|
2023-07-26 11:08:43 +00:00 |
callbacks_test.rb
|
Add Rack::Lint to ActionDispatch::Callbacks tests
|
2023-07-26 08:52:23 +00:00 |
content_disposition_test.rb
|
Escape # in RFC 5987 pattern
|
2020-08-31 10:31:30 -04:00 |
content_security_policy_test.rb
|
Add Rack::Lint to ContentSecurityPolicy::Middleware tests
|
2023-07-28 09:37:23 +00:00 |
cookies_test.rb
|
Add ActionDispatch::Cookies middleware test with Rack::Lint
|
2023-07-27 11:18:47 -04:00 |
debug_exceptions_test.rb
|
Include exception causes into log messages
|
2023-11-23 17:21:28 +02:00 |
debug_locks_test.rb
|
Add Rack::Lint to DebugLocks tests
|
2023-07-27 16:33:41 -04:00 |
exception_wrapper_test.rb
|
Handle nil backtrace_locations in SyntaxErrorProxy
|
2024-01-16 01:05:53 +00:00 |
executor_test.rb
|
Add Rack::Lint to ActionDispatch::Executor tests
|
2023-07-27 15:38:06 +00:00 |
header_test.rb
|
Remove Rubocop's comments from Rails code base
|
2018-07-26 23:37:31 +03:00 |
host_authorization_test.rb
|
Fix host display when X_FORWARDED_HOST authorized
|
2023-08-15 03:27:13 -04:00 |
live_response_test.rb
|
Rack spec requires mutable headers
|
2023-06-11 01:32:31 -07:00 |
mapper_test.rb
|
Delete FIXME annotation in dispatch/mapper_test.rb
|
2024-01-07 21:43:41 +09:00 |
middleware_stack_test.rb
|
Stop building AS::Notifications::Event manually
|
2023-09-29 12:34:23 -04:00 |
mime_type_test.rb
|
Enable Minitest/LiteralAsActualArgument
|
2023-09-13 10:09:32 +09:00 |
mount_test.rb
|
mounted routes with non-word characters
|
2019-04-15 15:11:13 +02:00 |
permissions_policy_test.rb
|
Remove deprecated `speaker`, `vibrate`, and `vr` permissions policy directives
|
2023-11-22 22:12:09 +00: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
|
Add Rack::Lint to ActionDispatch::Reloader tests
|
2023-07-29 14:18:49 +05:30 |
request_id_test.rb
|
Make with_routing test helper work for integration tests
|
2023-11-23 22:10:45 -06:00 |
request_test.rb
|
[Tests only] Enable `Minitest/AssertPredicate` rule
|
2023-10-13 19:26:47 +00:00 |
response_test.rb
|
Remove deprecated constant `ActionDispatch::IllegalStateError`
|
2023-11-22 22:11:43 +00:00 |
routing_assertions_test.rb
|
Make with_routing test helper work for integration tests
|
2023-11-23 22:10:45 -06:00 |
routing_test.rb
|
Modernize method missing implementations
|
2024-01-16 13:17:45 +01:00 |
runner_test.rb
|
Use frozen string literal in actionpack/
|
2017-07-29 14:02:40 +03:00 |
server_timing_test.rb
|
Make with_routing test helper work for integration tests
|
2023-11-23 22:10:45 -06:00 |
show_exceptions_test.rb
|
Add test coverage for ShowExceptions failsafe
|
2023-08-16 16:00:25 -04:00 |
ssl_test.rb
|
Enable `Style/RedundantDoubleSplatHashBraces` rubocop cop
|
2023-10-11 14:55:00 +03:00 |
static_test.rb
|
Allow serving compressed SVG images
|
2023-12-14 11:38:07 -05:00 |
test_request_test.rb
|
Fix TestRequest coercing SERVER_PORT to be an int
|
2023-07-28 13:02:27 -04:00 |
test_response_test.rb
|
Point rubocop to ruby 3.1
|
2024-01-03 19:02:32 +00:00 |
uploaded_file_test.rb
|
[Tests only] Enable `Minitest/AssertPredicate` rule
|
2023-10-13 19:26:47 +00:00 |
url_generation_test.rb
|
Fix setting `trailing_slash: true` in route definition
|
2022-02-15 10:44:33 +01:00 |