spec/dummy/config/environments/development.rb in govuk_notify_rails-2.0.0 vs spec/dummy/config/environments/development.rb in govuk_notify_rails-2.1.0
- old
+ new
@@ -27,12 +27,10 @@
end
# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
- config.action_mailer.perform_caching = false
-
# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log
# Raise an error on page load if there are pending migrations.
config.active_record.migration_error = :page_load
@@ -45,10 +43,6 @@
# Suppress logger output for asset requests.
config.assets.quiet = true
# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true
-
- # Use an evented file watcher to asynchronously detect changes in source code,
- # routes, locales, etc. This feature depends on the listen gem.
- config.file_watcher = ActiveSupport::EventedFileUpdateChecker
end