rails--rails/actionpack/lib/action_dispatch/http
Jonathan Hefner 167f5c8065 Fix inline code markup [ci-skip]
RDoc Markup does not support backticks the way Markdown does to mark up
inline code.  Additionally, `<tt>` must be used to mark up inline code
that includes spaces or certain punctuation characters (e.g. quotes).
2021-02-14 11:20:35 -06:00
..
cache.rb allow for only no-store in cache-control header 2020-10-07 10:33:38 +08:00
content_disposition.rb Escape # in RFC 5987 pattern 2020-08-31 10:31:30 -04:00
content_security_policy.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
filter_parameters.rb Regexp example for filter parameters. 2021-01-29 05:26:20 +11:00
filter_redirect.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
headers.rb Reduce String allocations while handling HTTP headers 2019-08-19 00:03:25 +09:00
mime_negotiation.rb Use Enumerator#all? and Enumerator#any? with classes instead of iterations 2021-02-07 01:29:50 -05:00
mime_type.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
mime_types.rb Fix typo in mime type registering 2017-11-29 02:37:39 -05:00
parameters.rb Catch invalid UTF-8 encodings on ActionDispatch::Http::Request#POST (#40124) 2020-09-21 15:20:20 -04:00
permissions_policy.rb Use Feature-Policy header name for now 2020-11-19 16:08:09 +01:00
rack_cache.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
request.rb Change Request#media_type to return nil 2021-01-27 00:28:53 +00:00
response.rb Fix typo in deprecation warning 2021-02-04 22:56:20 +01:00
upload.rb Restore UploadedFile compatibility with IO.copy_stream 2019-02-23 23:36:58 +01:00
url.rb Heed config.force_ssl when building URL 2020-04-05 18:19:31 -05:00