aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2012-08-06 16:22:23 -0400
committerPrem Sichanugrist <s@sikachu.com>2012-08-06 16:38:52 -0400
commit8e2a05b33da1cd27d18a82168b49ba642122fbdb (patch)
tree54ef512f02d6496ecb595eac38379a3e74d311f7 /actionpack/CHANGELOG.md
parent0fb6bbdf7e708691ab3ed320868b7bcebfc68885 (diff)
downloadrails-8e2a05b33da1cd27d18a82168b49ba642122fbdb.tar.gz
rails-8e2a05b33da1cd27d18a82168b49ba642122fbdb.tar.bz2
rails-8e2a05b33da1cd27d18a82168b49ba642122fbdb.zip
Do not include application.js if it doesn't exists
Rails were including 'application.js' to the pack when using `javascript_include_tag :all` even there's no application.js in the public directory.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index c43ec62555..3ec41a1060 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.8 ##
+* `javascript_include_tag :all` will now not include `application.js` if the file does not exists. *Prem Sichanugrist*
+
* Reverted the deprecation of `:confirm`. *Rafael Mendonça França*
* Reverted the deprecation of `:disable_with`. *Rafael Mendonça França*