diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-09-12 23:25:28 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-09-12 23:25:28 -0700 |
commit | b0cee703547a12adeb0fe43e121ad2da8c73422a (patch) | |
tree | c43c5e18e489a94abad497236e436c707b77213e /actionpack/CHANGELOG | |
parent | 038e45a2b6a71175ffe368ae9d7c920f7d1230a6 (diff) | |
parent | 9279d1102c7d96810813cad0d0a666db0a549b1f (diff) | |
download | rails-b0cee703547a12adeb0fe43e121ad2da8c73422a.tar.gz rails-b0cee703547a12adeb0fe43e121ad2da8c73422a.tar.bz2 rails-b0cee703547a12adeb0fe43e121ad2da8c73422a.zip |
Merge pull request #2977 from guilleiguaran/fix-relative-root-in-assets
Set relative url root in assets when controller isn't available for Sprockets
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index b757df6f22..d55064bf6d 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -48,6 +48,8 @@ *Rails 3.1.1 (unreleased)* +* Set relative url root in assets when controller isn't available for Sprockets (eg. Sass files using asset_path). Fixes #2435 [Guillermo Iguaran] + * 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] |