1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/http
Cliff Pruitt ab38aa4549 Update regular expression for checking valid MIME type
MIME Type validation regular expression does not allow for MIME types initialized with strings that contain parameters after the MIME type name.
2019-03-19 11:20:40 -04:00
..
cache.rb Allow using combine the Cache-Control public and no-cache headers 2019-01-07 07:52:29 +09:00
content_disposition.rb Encode Content-Disposition filenames on send_data and send_file 2018-09-13 21:38:46 +09:00
content_security_policy.rb Use request object for context if there's no controller 2018-10-22 17:16:52 +01:00
filter_parameters.rb Allow rescue from parameter parse errors 2018-11-13 18:05:05 -05:00
filter_redirect.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
headers.rb Enable Start/EndWith and RegexpMatch cops 2018-07-28 17:37:17 -04:00
mime_negotiation.rb Only accept formats from registered mime types 2019-03-10 20:38:22 -07:00
mime_type.rb Update regular expression for checking valid MIME type 2019-03-19 11:20:40 -04:00
mime_types.rb Fix typo in mime type registering 2017-11-29 02:37:39 -05:00
parameter_filter.rb Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::ParameterFilter 2018-10-08 08:05:40 +09:00
parameters.rb Allow rescue from parameter parse errors 2018-11-13 18:05:05 -05:00
rack_cache.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
request.rb Allow rescue from parameter parse errors 2018-11-13 18:05:05 -05:00
response.rb Support other optional parameters and quoted-strings on Content-Type parser 2019-03-10 16:48:10 +09:00
upload.rb Restore UploadedFile compatibility with IO.copy_stream 2019-02-23 23:36:58 +01:00
url.rb Upgrade Rubocop to 0.61.1 and fix offenses 2018-12-10 19:22:56 -02:00