diff options
Diffstat (limited to 'railties')
-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` |