Commit 2d8d610eceb153b678e3ecbfd788a8d180a4c6fa

changed development to send email

Commit diff

config/environments/development.rb

 
1616
1717# Don't care if the mailer can't send
1818config.action_mailer.raise_delivery_errors = false
19config.action_mailer.delivery_method = :test
19config.action_mailer.delivery_method = :sendmail
2020ExceptionNotifier.exception_recipients = YAML.load_file(File.join(RAILS_ROOT,
2121 "config/gitorious.yml"))["exception_notification_emails"]
toggle raw diff