# HG changeset patch # User Edho Arief # Date 1352686353 -25200 # Node ID a2d87bcd39fbd458479efa168f7b2c4cab4ef1f6 # Parent 68a30cb3a91330238fee0c136e1a9f2ac4f4be4d Forgot to remove action_mailer config in dev env. diff -r 68a30cb3a913 -r a2d87bcd39fb config/environments/development.rb --- a/config/environments/development.rb Mon Nov 12 09:08:29 2012 +0700 +++ b/config/environments/development.rb Mon Nov 12 09:12:33 2012 +0700 @@ -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