aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2011-09-04 20:35:27 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2011-09-04 20:35:40 -0500
commit81d715742a7c32393813c9830e192493759ddd1c (patch)
tree13a8b79e7f0a6b51442ec8c38ba9d374455a2211
parent6521cf3316ac5378d2b6019c303a003f527b7646 (diff)
downloadrails-81d715742a7c32393813c9830e192493759ddd1c.tar.gz
rails-81d715742a7c32393813c9830e192493759ddd1c.tar.bz2
rails-81d715742a7c32393813c9830e192493759ddd1c.zip
Add entry about Asset behaviour fix to ActionPack ChangeLog
-rw-r--r--actionpack/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 285ab05103..82dfc625a6 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -46,6 +46,9 @@
*Rails 3.1.1 (unreleased)*
+* Fixed the behavior of asset pipeline when config.assets.digest and config.assets.compile are false and requested asset isn't precompiled.
+ Before the requested asset were compiled anyway ignoring that the config.assets.compile flag is false. [Guillermo Iguaran]
+
* CookieJar is now Enumerable. Fixes #2795
* Fixed AssetNotPrecompiled error raised when rake assets:precompile is compiling certain .erb files. See GH #2763 #2765 #2805 [Guillermo Iguaran]