aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-10-19 22:24:36 +0200
committerXavier Noria <fxn@hashref.com>2015-11-08 22:49:49 -0800
commitc27caeecb693ddbc575302751479b4bdedf28634 (patch)
tree9d45b49937af9102b1a8ac0e66ed2e9759145063 /railties/lib/rails
parent07369448d3c7b62c98abc0f497c497d1e4e5e799 (diff)
downloadrails-c27caeecb693ddbc575302751479b4bdedf28634.tar.gz
rails-c27caeecb693ddbc575302751479b4bdedf28634.tar.bz2
rails-c27caeecb693ddbc575302751479b4bdedf28634.zip
move the listen gem in the Gemfile to the development group
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/Gemfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile
index 87ef60288d..ef23bc23a7 100644
--- a/railties/lib/rails/generators/rails/app/templates/Gemfile
+++ b/railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -48,11 +48,12 @@ group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
<% end -%>
+
+ # Loading the listen gem enables an evented file system monitor. Check
+ # https://github.com/guard/listen#listen-adapters if on Windows or *BSD.
+ # gem 'listen', '~> 3.0.3'
end
<% end -%>
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
-
-# Uncomment this, to increase the performance
-# gem 'listen', '~> 3.0.3'