aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-02-17 00:58:43 +0100
committerXavier Noria <fxn@hashref.com>2016-02-17 00:59:42 +0100
commit94dbc48887bf39c241ee2ce1741ee680d773f202 (patch)
treec066eb7703e4eb3c14ea737f968e9552c75be329 /railties/CHANGELOG.md
parent5971fddb7997231f3431c26ba17471ba52704852 (diff)
downloadrails-94dbc48887bf39c241ee2ce1741ee680d773f202.tar.gz
rails-94dbc48887bf39c241ee2ce1741ee680d773f202.tar.bz2
rails-94dbc48887bf39c241ee2ce1741ee680d773f202.zip
adds --skip-listen to the application generator [closes #23590]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 2506baac16..0fff0b1099 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* The application generator supports `--skip-listen` to opt-out of features
+ that depend on the listen gem. As of this writing they are the evented file
+ system monitor and the async plugin for spring.
+
* The Gemfiles of new applications include spring-watcher-listen on Linux and
Mac OS X (unless --skip-spring).