Skip to content

Commit

Permalink
mention the removal of --builder in 4.0 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Jun 27, 2013
1 parent 6e3cab9 commit fd6478c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guides/source/4_0_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/master/railt

* Threadsafe on by default

* Ability to use a custom builder by passing `--builder` (or `-b`) to
`rails new` has been removed. Consider using application templates
instead. ([Pull Request](https://github.com/rails/rails/pull/9401))

### Deprecations

* `config.threadsafe!` is deprecated in favor of `config.eager_load` which provides a more fine grained control on what is eager loaded.
Expand Down

0 comments on commit fd6478c

Please sign in to comment.