Project

General

Profile

Actions

Patch #32886

closed

Rails 6: Use #media_type instead of #content_type to test the MIME type of a response

Added by Go MAEDA about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Rails support
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Rails 6 displays deprecation warning if you use @response.content_type to check the MIME type of the response.

DEPRECATION WARNING: Rails 6.1 will return Content-Type header without modification. If you want just the MIME type, please use `#media_type` instead.

The attached patch replaces #content_type with #media_type to surpress the warning.


Files


Related issues

Related to Redmine - Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloadingClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA about 4 years ago

  • Related to Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading added
Actions #2

Updated by Go MAEDA about 4 years ago

  • Target version set to 4.2.0
Actions #3

Updated by Go MAEDA about 4 years ago

  • Subject changed from Rails 6: Use #media_type instead of #content_type to test the MIME type of the response to Rails 6: Use #media_type instead of #content_type to test the MIME type of a response
  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed the patch.

Actions

Also available in: Atom PDF