aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorAngelo capilleri <capilleri@yahoo.com>2013-11-29 12:26:12 +0100
committerAngelo Capilleri <capilleri@yahoo.com>2013-12-03 07:46:39 +0100
commit43962d6ec50f918c9970bd3cd4b6ee5c7f7426ed (patch)
treedd773bd243dc9542b2042c0122beb4bc83cfaef5 /actionpack/CHANGELOG.md
parent6eba8d27e6feecca88303df6500ef6b376344e29 (diff)
downloadrails-43962d6ec50f918c9970bd3cd4b6ee5c7f7426ed.tar.gz
rails-43962d6ec50f918c9970bd3cd4b6ee5c7f7426ed.tar.bz2
rails-43962d6ec50f918c9970bd3cd4b6ee5c7f7426ed.zip
Fix header Content-Type: #<Mime::NullType:...> in localized template
This PR fixes #13064 regression bug introduced by the #8085 Now in _process_format when the format is a Mime::NullType nothing is written in self.content_type. In this way the method Response#assign_default_content_type_and_charset can write the the default mime_type.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index e649847990..c413bd8267 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,12 @@
+* Fix header Content-Type: #<Mime::NullType:...> in localized template
+
+ When localized template has no format in the template name,
+ now the response has the default and correct `content-type`.
+
+ Fix #13064.
+
+ *Angelo Capilleri*
+
* Better error message for typos in assert_response argument.
When the response type argument to `assert_response` is not a known