rails/actionview/test/actionpack/controller
yuuji.yaginuma ea5f509643 Change ActionDispatch::Response#content_type returning Content-Type header as it is
Since #35709, `Response#conten_type` returns only MIME type correctly.
It is a documented behavior that this method only returns MIME type, so
this change seems appropriate.
39de7fac05/actionpack/lib/action_dispatch/http/response.rb (L245-L249)

But unfortunately, some users expect this method to return all
Content-Type that does not contain charset. This seems to be breaking
changes.

We can change this behavior with the deprecate cycle.
But, in that case, a method needs that include Content-Type with
additional parameters. And that method name is probably the
`content_type` seems to properly.

So I changed the new behavior to more appropriate `media_type` method.
And `Response#content_type` changed (as the method name) to return Content-Type
header as it is.

Fixes #35709.

[Rafael Mendonça França & Yuuji Yaginuma ]
2019-06-01 09:20:13 +09:00
..
capture_test.rb Remove deprecated catch-all route in the AV tests 2018-09-24 15:39:15 -07:00
layout_test.rb Deprecate render layout with an absolute path 2019-03-29 11:39:40 -07:00
render_test.rb Change ActionDispatch::Response#content_type returning Content-Type header as it is 2019-06-01 09:20:13 +09:00
view_paths_test.rb Pass locals in to the template object on construction 2019-02-25 15:14:53 -08:00