aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-05 18:13:10 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-05 18:14:58 -0300
commit9665f5e46c7c72713a68f56a18ea90a442b8649b (patch)
tree83a8a622bd18d118ae515e57abbb3b4565e95db4 /railties/CHANGELOG.md
parent740c4e2ff5b193091f70fa358cea2b792138284b (diff)
downloadrails-9665f5e46c7c72713a68f56a18ea90a442b8649b.tar.gz
rails-9665f5e46c7c72713a68f56a18ea90a442b8649b.tar.bz2
rails-9665f5e46c7c72713a68f56a18ea90a442b8649b.zip
Remove the content_tag_for change from CHANGELOG since it was reverted
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md8
1 files 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