aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-02-29 23:34:00 +0100
committerXavier Noria <fxn@hashref.com>2016-02-29 23:36:35 +0100
commitb04d07337fd7bc17e88500e9d6bcd361885a45f8 (patch)
tree8ebe08658e4c548286ae49f003e3b9fb42f61cf0 /railties/CHANGELOG.md
parentaf2c427c390b87ea20986f1e82b498068800d775 (diff)
downloadrails-b04d07337fd7bc17e88500e9d6bcd361885a45f8.tar.gz
rails-b04d07337fd7bc17e88500e9d6bcd361885a45f8.tar.bz2
rails-b04d07337fd7bc17e88500e9d6bcd361885a45f8.zip
generate config/spring.rb in new applications [closes #18874]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index f3da431b09..fa764ef02d 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,8 @@
+* The application generator writes a new file `config/spring.rb`, which tells
+ Spring to watch additional common files.
+
+ *Xavier Noria*
+
* The tasks in the rails task namespace is deprecated in favor of app namespace.
(e.g. `rails:update` and `rails:template` tasks is renamed to `app:update` and `app:template`.)