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/dispatch
John Hawthorn c933b06317 Fix issue routing with optional parts of a segment
In our recent optimizations to route matching performance we introduced
an issue with routes that had an optional segment which wasn't separated
by a "." or "/".
2021-01-12 14:30:59 -08:00
..
request Add ability to set per param encoding 2020-10-26 11:26:29 -07:00
routing
session feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
system_testing Support selenium-webdriver 4 2020-12-29 02:36:01 +00:00
actionable_exceptions_test.rb
callbacks_test.rb
content_disposition_test.rb Escape # in RFC 5987 pattern 2020-08-31 10:31:30 -04:00
content_security_policy_test.rb
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 Display exception messages using simple_format for a better and clearer 2020-11-09 21:48:24 +00:00
debug_locks_test.rb
exception_wrapper_test.rb
executor_test.rb
header_test.rb
host_authorization_test.rb Merge pull request #40045 from sandip-mane/40041-hosts-case-fix 2020-11-30 18:44:12 -05:00
live_response_test.rb allow for only no-store in cache-control header 2020-10-07 10:33:38 +08:00
mapper_test.rb
middleware_stack_test.rb
mime_type_test.rb
mount_test.rb
permissions_policy_test.rb Use Feature-Policy header name for now 2020-11-19 16:08:09 +01:00
prefix_generation_test.rb
rack_cache_test.rb
reloader_test.rb
request_id_test.rb Fix tests with Ruby 3 2020-10-30 02:20:04 +00:00
request_test.rb Remove deprecated ActionDispatch::Http::ParameterFilter 2020-10-30 00:25:10 +00:00
response_test.rb Change ActionDispatch::Response#content_type to return the full Content-Type header 2020-10-30 00:25:49 +00:00
routing_assertions_test.rb
routing_test.rb Fix issue routing with optional parts of a segment 2021-01-12 14:30:59 -08:00
runner_test.rb
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
test_request_test.rb
test_response_test.rb
uploaded_file_test.rb
url_generation_test.rb