# HG changeset patch # User Edho Arief # Date 1367943502 -32400 # Node ID 10f1eb74e6d7af42959fb10515c1a0a40fa79893 # Parent c054f01477c436df59925533773719c7e68eb2ce We have no activemailer. Copypasta failure. diff -r c054f01477c4 -r 10f1eb74e6d7 config/environments/development.rb --- 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 diff -r c054f01477c4 -r 10f1eb74e6d7 config/environments/test.rb --- 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