aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2015-04-03 23:07:55 +1030
committerMatthew Draper <matthew@trebex.net>2015-04-03 23:07:55 +1030
commitfaa37c76521f954c75cd18ea8f9e736c304fdb68 (patch)
treed43a0b5a44d450c61ae71e5681889298f33ec863 /railties/CHANGELOG.md
parentca14f11b07cf7ae672cf60f10810c4511d096683 (diff)
parent2a5bb9d56e785e8b8f70c24621d469c473c9061a (diff)
downloadrails-faa37c76521f954c75cd18ea8f9e736c304fdb68.tar.gz
rails-faa37c76521f954c75cd18ea8f9e736c304fdb68.tar.bz2
rails-faa37c76521f954c75cd18ea8f9e736c304fdb68.zip
Merge pull request #19429 from mxhold/print_bundle_install_output_line_by_line
Print `bundle install` output in `rails new` as soon as it's available
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 a181823576..e60feed15f 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Print `bundle install` output in `rails new` as soon as it's available
+
+ Running `rails new` will now print the output of `bundle install` as
+ it is available, instead of waiting until all gems finish installing.
+
+ *Max Holder*
+
* Respect `pluralize_table_names` when generating fixture file.
Fixes #19519.