From 304f4d4c25ccabdbf97d37dd7a92a54d0b63a9c9 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Wed, 20 Feb 2013 15:48:54 +0100 Subject: move config.assets.precompile into config/application.rb --- railties/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'railties/CHANGELOG.md') diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 85069fbd9a..0cd599c08a 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,5 +1,11 @@ ## Rails 4.0.0 (unreleased) ## +* The configuration option `config.assets.precompile` is no longer + in `config/environments/production.rb` but in + `config/application.rb`. + + *Yves Senn* + * Add notice message for destroy action in scaffold generator. *Rahul P. Chaudhari* -- cgit v1.2.3