..
request
Use match? where we don't need MatchData
2019-07-29 14:23:10 +09:00
routing
Allow tests to run without a TTY
2019-08-14 10:52:21 -07:00
session
rack 2.1.0 changed expires date format from rfc2822 to httpdate
2020-01-11 15:09:50 +09:00
system_testing
Load selenium/webdriver only if needed
2020-05-07 15:53:32 +03: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
Add support for script-src-attr / elem and style-src-attr / elem directives
2019-07-18 10:00:54 +09:00
cookies_test.rb
Allow a proc to be used in addition to a static value for cookies_same_site_protection
2020-08-25 14:33:48 -04:00
debug_exceptions_test.rb
Merge pull request #39363 from p8/format-did-you-mean-suggestions-on-error-pages
2020-08-26 16:15:36 -04: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
Address all possible Performance/StartWith
/ Performance/EndWith
violations
2019-11-14 03:20:29 +09:00
executor_test.rb
Replace assert !
with assert_not
2018-04-19 08:11:33 -04:00
feature_policy_test.rb
Adds support for configuring HTTP Feature Policy ( #33439 )
2019-07-10 15:33:15 -07:00
header_test.rb
Remove Rubocop's comments from Rails code base
2018-07-26 23:37:31 +03:00
host_authorization_test.rb
Cleanup the whitelisting references after #33145
2019-02-03 10:58:10 +02:00
live_response_test.rb
Allow custom cache-control header in AC::Live
2019-02-25 21:25:13 +03:00
mapper_test.rb
middleware_stack_test.rb
Delayed middleware delete does not allow move operations
2020-01-08 11:30:02 +02:00
mime_type_test.rb
allow parameter delimiter without space
2020-02-07 14:43:35 -08:00
mount_test.rb
mounted routes with non-word characters
2019-04-15 15:11:13 +02:00
prefix_generation_test.rb
Fix Ruby 2.7 keyword arguments warning
2020-05-11 15:33:08 -05:00
rack_cache_test.rb
reloader_test.rb
Replace assert !
with assert_not
2018-04-19 08:11:33 -04:00
request_id_test.rb
Enable Layout/EmptyLinesAroundAccessModifier
cop
2019-06-13 12:00:45 +09:00
request_test.rb
Shorten inspect on ActionDispatch::Request
2020-09-05 19:23:25 +02:00
response_test.rb
Add status the 103 Early Hints as Not content for action_dispatch
2020-05-20 19:26:55 -04:00
routing_assertions_test.rb
Fix assert_recognizes
on mounted root routes.
2020-08-10 16:59:52 -04:00
routing_test.rb
Deduplicate some routing data
2020-06-30 18:32:31 +02:00
runner_test.rb
show_exceptions_test.rb
Add the Mime::Type::InvalidMimeType
error in the default rescue_response:
2019-03-26 02:03:47 +01:00
ssl_test.rb
Change default HTTP status to 308 for ActionDispatch::SSL.
2020-07-06 14:51:24 +08:00
static_test.rb
Allow rails to serve brotli encoded assets
2020-06-01 08:57:02 -07:00
test_request_test.rb
test_response_test.rb
Remove deprecated methods in ActionDispatch::TestResponse
2019-01-17 16:08:31 -05:00
uploaded_file_test.rb
Restore UploadedFile compatibility with IO.copy_stream
2019-02-23 23:36:58 +01:00
url_generation_test.rb
Heed config.force_ssl when building URL
2020-04-05 18:19:31 -05:00