comparison config/environments/development.rb @ 3:7362277d416d

Remove action mailer leftover.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:25:49 +0900
parents a1c9fadc0904
children a2f7dfc68f44
comparison
equal deleted inserted replaced
2:43da2d66a8f1 3:7362277d416d
12 # Show full error reports and disable caching. 12 # Show full error reports and disable caching.
13 config.consider_all_requests_local = true 13 config.consider_all_requests_local = true
14 config.action_controller.perform_caching = false 14 config.action_controller.perform_caching = false
15 15
16 # Don't care if the mailer can't send. 16 # Don't care if the mailer can't send.
17 config.action_mailer.raise_delivery_errors = false 17 # config.action_mailer.raise_delivery_errors = false
18 18
19 # Print deprecation notices to the Rails logger. 19 # Print deprecation notices to the Rails logger.
20 config.active_support.deprecation = :log 20 config.active_support.deprecation = :log
21 21
22 22