aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_0_release_notes.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-06-26 22:02:07 +0200
committerYves Senn <yves.senn@gmail.com>2013-06-26 22:02:07 +0200
commit577fad19089a370b3ab8fabb6fb744d2d7c0ff1c (patch)
treeec67ed7c1492a2a431200fc9163044f49a5620d8 /guides/source/4_0_release_notes.md
parent9dfa926874cf1c3f851fd884761f76957867d2bd (diff)
downloadrails-577fad19089a370b3ab8fabb6fb744d2d7c0ff1c.tar.gz
rails-577fad19089a370b3ab8fabb6fb744d2d7c0ff1c.tar.bz2
rails-577fad19089a370b3ab8fabb6fb744d2d7c0ff1c.zip
mention the removal of `--builder` in 4.0 release notes.
Diffstat (limited to 'guides/source/4_0_release_notes.md')
-rw-r--r--guides/source/4_0_release_notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index 6ebeeed0bf..cb44057bbe 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -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.