diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2013-01-06 21:53:30 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2013-01-06 21:53:30 -0700 |
commit | 2c9d129fb46129bc7df38c26f3b79cd927cc14fb (patch) | |
tree | 160a4d33886d0b01b9b02b6da16ac12d1b0c98b8 | |
parent | 41abe9282d3bc72bc18b317baf3a1a6c67f682fd (diff) | |
download | rails-2c9d129fb46129bc7df38c26f3b79cd927cc14fb.tar.gz rails-2c9d129fb46129bc7df38c26f3b79cd927cc14fb.tar.bz2 rails-2c9d129fb46129bc7df38c26f3b79cd927cc14fb.zip |
Take the heat :fire:
-rw-r--r-- | railties/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 5f6a23c53e..dd7e917206 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -14,6 +14,8 @@ you actually use: `bundle binstubs unicorn` generates `bin/unicorn`. Add that executable to git and version it just like any other app code. + *Jeremy Kemper* + * `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` |