From 9665f5e46c7c72713a68f56a18ea90a442b8649b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Sat, 5 Jan 2013 18:13:10 -0300 Subject: Remove the content_tag_for change from CHANGELOG since it was reverted --- railties/CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index aafd580391..e8a91af7af 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,9 +1,9 @@ ## Rails 4.0.0 (unreleased) ## -* config.assets.enabled is now true by default. If you're upgrading from a Rails 3.x app +* `config.assets.enabled` is now true by default. If you're upgrading from a Rails 3.x app that does not use the asset pipeline, you'll be required to add `config.assets.enabled = false` - to your application.rb. If you don't want the asset pipeline on a new app use --skip-sprockets - + to your application.rb. If you don't want the asset pipeline on a new app use `--skip-sprockets` + *DHH* * Environment name can be a start substring of the default environment names @@ -167,8 +167,6 @@ * Add convenience `hide!` method to Rails generators to hide current generator namespace from showing when running `rails generate`. *Carlos Antonio da Silva* -* Scaffold now uses `content_tag_for` in index.html.erb *José Valim* - * Rails::Plugin has gone. Instead of adding plugins to vendor/plugins use gems or bundler with path or git dependencies. *Santiago Pastorino* * Set config.action_mailer.async = true to turn on asynchronous -- cgit v1.2.3