aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-24 11:35:05 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-24 11:35:05 -0800
commitbce6cbdeabfe2d8fcfae0cee8a03f0521f14c84e (patch)
treeaeb477cdec54220c092f93dfa2e5f154647a1f97 /railties/CHANGELOG.md
parentd65376fce4ea806e489d1fb985bc9393bcd2e0e2 (diff)
parent2da5ea1c9feb4a7b491bd00bd6ffd931b9203da8 (diff)
downloadrails-bce6cbdeabfe2d8fcfae0cee8a03f0521f14c84e.tar.gz
rails-bce6cbdeabfe2d8fcfae0cee8a03f0521f14c84e.tar.bz2
rails-bce6cbdeabfe2d8fcfae0cee8a03f0521f14c84e.zip
Merge pull request #9401 from sikachu/master-remove-builder-option
Remove `--builder` option from `rails` command
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*