aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2013-11-02 18:25:02 +0000
committerJon Leighton <j@jonathanleighton.com>2013-12-03 23:07:40 +0000
commitdf50e3064abc3099adc524f381ffced0dab84869 (patch)
tree09b021abbcadd4beccc90eb7fd52f93ea2582f88 /railties/CHANGELOG.md
parentd5332de37963ab41372541fc8cf66f602663abf4 (diff)
downloadrails-df50e3064abc3099adc524f381ffced0dab84869.tar.gz
rails-df50e3064abc3099adc524f381ffced0dab84869.tar.bz2
rails-df50e3064abc3099adc524f381ffced0dab84869.zip
Install Spring preloader when generating new applications
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 6169f3ebee..0eda858cca 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,10 @@
+* The [Spring application
+ preloader](https://github.com/jonleighton/spring) is now installed
+ by default for new applications. It uses the development group of
+ the Gemfile, so will not be installed in production.
+
+ *Jon Leighton*
+
* Uses .railsrc while creating new plugin if it is available.
Fixes #10700.