annotate .svn/pristine/3c/3c16dbd6e7c58f730f5ff1711301f6b5ab6045e0.svn-base @ 949:ebfda4c68b7a bug_505

Fixes Bug #505 (introduced in Bug #97): now also sends emails to all users members of a group when the group is added to a project.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 02 Aug 2012 19:40:23 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 # Settings specified here will take precedence over those in config/environment.rb
Chris@909 2
Chris@909 3 # In the development environment your application's code is reloaded on
Chris@909 4 # every request. This slows down response time but is perfect for development
Chris@909 5 # since you don't have to restart the webserver when you make code changes.
Chris@909 6 config.cache_classes = false
Chris@909 7
Chris@909 8 # Log error messages when you accidentally call methods on nil.
Chris@909 9 config.whiny_nils = true
Chris@909 10
Chris@909 11 # Show full error reports and disable caching
Chris@909 12 config.action_controller.consider_all_requests_local = true
Chris@909 13 config.action_controller.perform_caching = false
Chris@909 14
Chris@909 15 # Don't care if the mailer can't send
Chris@909 16 config.action_mailer.raise_delivery_errors = false