spec/dummy/config/environments/development.rb in bobot-1.0.53 vs spec/dummy/config/environments/development.rb in bobot-2.1.0
- old
+ new
@@ -24,14 +24,16 @@
config.action_controller.perform_caching = false
config.cache_store = :null_store
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
# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true