diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 6cfd2079..c6d95e31 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -7,6 +7,11 @@ layout: article COMPASS CHANGELOG ================= +0.10.0.rc5 (Unreleased) +----------------------- + +* [Rails] The default location for compass extensions has moved from `vendor/plugins/compass/extensions` to `vendor/plugins/compass_extensions`. + 0.10.0.rc4 (April 27, 2010) --------------------------- * Lot of new docs can be found at: [http://compass-style.org/docs/](http://compass-style.org/docs/). diff --git a/lib/compass/app_integration/rails/configuration_defaults.rb b/lib/compass/app_integration/rails/configuration_defaults.rb index c2537820..82522fc5 100644 --- a/lib/compass/app_integration/rails/configuration_defaults.rb +++ b/lib/compass/app_integration/rails/configuration_defaults.rb @@ -36,7 +36,7 @@ module Compass end def default_extensions_dir - File.join("vendor", "plugins", "compass", "extensions") + File.join("vendor", "plugins", "compass_extensions") end def default_cache_dir