aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-02-24 18:01:43 +0100
committerYves Senn <yves.senn@gmail.com>2013-02-24 18:01:43 +0100
commit6bd1cae459d8635b10e839eed1c2bfc35ba2d1a2 (patch)
treecd5912f275eae24d6521cb684075cb3a7f9456a8 /railties/CHANGELOG.md
parent149e3cd376caa23cf4d8c4b711b95e157186fc94 (diff)
downloadrails-6bd1cae459d8635b10e839eed1c2bfc35ba2d1a2.tar.gz
rails-6bd1cae459d8635b10e839eed1c2bfc35ba2d1a2.tar.bz2
rails-6bd1cae459d8635b10e839eed1c2bfc35ba2d1a2.zip
Revert "move config.assets.precompile into config/application.rb"
This reverts commit 304f4d4c25ccabdbf97d37dd7a92a54d0b63a9c9. As it turns out everything should behave as it did and we don't need to move this configuration option.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 1d7513a84f..e2f2148911 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -3,12 +3,6 @@
*Terence Lee*
-* 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*