comparison config/environments/development.rb @ 96:a2d87bcd39fb

Forgot to remove action_mailer config in dev env.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 09:12:33 +0700
parents ae360c3b0bb0
children cb30b72e8ded
comparison
equal deleted inserted replaced
95:68a30cb3a913 96:a2d87bcd39fb
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 # Only use best-standards-support built into browsers 22 # Only use best-standards-support built into browsers