From 54f55746a70a7091341e84236498203118a7fbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 20 Sep 2012 19:05:56 -0300 Subject: Revert "Respect `config.digest = false` for `asset_path`" This reverts commit 1ac19c11792a745cd654f02dfaed8e93f95b3c70. Conflicts: actionpack/CHANGELOG.md Reason: This is causing failures in the railties build. See http://travis-ci.org/#!/rails/rails/jobs/2491787 Related with #7672 --- actionpack/CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index e86008d26c..222777306d 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -10,15 +10,6 @@ *Luiz Felipe Garcia Pereira* -* Respect `config.digest = false` for `asset_path` - - Previously, the `asset_path` internals only respected the `:digest` - option, but ignored the global config setting. This meant that - `config.digest = false` could not be used in conjunction with - `config.compile = false` this corrects the behavior. - - *Peter Wagenet* - * Fix #7646, the log now displays the correct status code when an exception is raised. *Yves Senn* -- cgit v1.2.3