diff --git a/config/environments/development.rb b/config/environments/development.rb index 6f4a358..4ae4daa 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -14,7 +14,7 @@ Errbit::Application.configure do config.action_controller.perform_caching = false # Don't care if the mailer can't send - config.action_mailer.raise_delivery_errors = true + config.action_mailer.raise_delivery_errors = false config.action_mailer.default_url_options = { :host => 'localhost:3000' } # Print deprecation notices to the Rails logger -- libgit2 0.21.2