diff --git a/config/environments/development.rb b/config/environments/development.rb index 27f6481..3a01490 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -25,6 +25,6 @@ config.assets.debug = true config.assets.quiet = true config.action_view.raise_on_missing_translations = true - config.file_watcher = ActiveSupport::EventedFileUpdateChecker + # config.file_watcher = ActiveSupport::EventedFileUpdateChecker config.action_mailer.default_url_options = { host: "localhost:3000" } end