changeset 205:10f1eb74e6d7

We have no activemailer. Copypasta failure.
author Edho Arief <edho@myconan.net>
date Wed, 08 May 2013 01:18:22 +0900
parents c054f01477c4
children b14c688e1595
files config/environments/development.rb config/environments/test.rb
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config/environments/development.rb	Wed May 08 01:16:30 2013 +0900
+++ b/config/environments/development.rb	Wed May 08 01:18:22 2013 +0900
@@ -14,7 +14,7 @@
   config.action_controller.perform_caching = false
 
   # Don't care if the mailer can't send.
-  config.action_mailer.raise_delivery_errors = false
+  # config.action_mailer.raise_delivery_errors = false
 
   # Print deprecation notices to the Rails logger.
   config.active_support.deprecation = :log
--- a/config/environments/test.rb	Wed May 08 01:16:30 2013 +0900
+++ b/config/environments/test.rb	Wed May 08 01:18:22 2013 +0900
@@ -29,7 +29,7 @@
   # Tell Action Mailer not to deliver emails to the real world.
   # The :test delivery method accumulates sent emails in the
   # ActionMailer::Base.deliveries array.
-  config.action_mailer.delivery_method = :test
+  # config.action_mailer.delivery_method = :test
 
   # Print deprecation notices to the stderr.
   config.active_support.deprecation = :stderr