aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-08-29 06:50:23 +51800
committerVijay Dev <vijaydev.cse@gmail.com>2011-08-29 06:50:23 +51800
commit4cf94979c9f4d6683c9338d694d5eb3106a4e734 (patch)
tree7989dfb2ec2f41914611a22fb30bbc2b3849df9a /actionpack
parent8845ae683e2688bc619baade49510c17e978518f (diff)
downloadrails-4cf94979c9f4d6683c9338d694d5eb3106a4e734.tar.gz
rails-4cf94979c9f4d6683c9338d694d5eb3106a4e734.tar.bz2
rails-4cf94979c9f4d6683c9338d694d5eb3106a4e734.zip
edit changelog to mention about x_sendfile_header default change
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 3b323b3899..b1286d04cc 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -30,6 +30,8 @@
*Rails 3.1.0 (unreleased)*
+* x_sendfile_header now defaults to nil and config/environments/production.rb doesn't set a particular value for it. This allows servers to set it through X-Sendfile-Type. [Santiago Pastorino]
+
* The submit form helper does not generate an id "object_name_id" anymore. [fbrusatti]
* Make sure respond_with with :js tries to render a template in all cases [José Valim]