aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2013-02-24 13:46:27 -0500
committerPrem Sichanugrist <s@sikac.hu>2013-02-24 14:31:08 -0500
commit2da5ea1c9feb4a7b491bd00bd6ffd931b9203da8 (patch)
treeeb549cf5d0ade20f86dca4e1765a8516a81298eb /railties/CHANGELOG.md
parent5fc3b87c93edf770ea0d6b52a28ea225183dbfd7 (diff)
downloadrails-2da5ea1c9feb4a7b491bd00bd6ffd931b9203da8.tar.gz
rails-2da5ea1c9feb4a7b491bd00bd6ffd931b9203da8.tar.bz2
rails-2da5ea1c9feb4a7b491bd00bd6ffd931b9203da8.zip
Remove `--builder` option from `rails` command
Ability to use a custom builder by passing `--builder` (or `-b`) has been removed. Consider using application template instead. See this guide for more detail: http://guides.rubyonrails.org/rails_application_templates.html
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index e2f2148911..2d197e21ea 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,4 +1,11 @@
## Rails 4.0.0 (unreleased) ##
+
+* Ability to use a custom builder by passing `--builder` (or `-b`) has been removed. Consider
+ using application template instead. See this guide for more detail:
+ http://guides.rubyonrails.org/rails_application_templates.html
+
+ *Prem Sichanugrist*
+
* fix rake db:* tasks to work with DATABASE_URL and without config/database.yml
*Terence Lee*