1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
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
..
actionpack Change ActionDispatch::Response#content_type returning Content-Type header as it is 2019-06-01 09:20:13 +09:00
activerecord Pass the template format to the digestor 2019-02-15 17:27:33 -08:00
fixtures Fix partial caching ignore repeated items issue 2019-04-04 09:59:06 +08:00
lib/controller Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
template Fix select_tag so that is doesn't change options when include_blank is set 2019-05-22 10:21:59 +02:00
ujs url -> URL where apt except inside actionpack/ 2019-04-01 22:56:35 +05:30
abstract_unit.rb Output junit format test report 2019-04-04 14:34:46 +09:00
active_record_unit.rb Remove deprecated catch-all route in the AV tests 2018-09-24 15:39:15 -07:00