aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorAdrien Lamothe <a_lamothe@yahoo.com>2012-10-06 13:41:44 -0700
committerAdrien Lamothe <a_lamothe@yahoo.com>2012-10-06 13:41:44 -0700
commit777ffc3d66dcfb472a43e56e6fdb476b870275a5 (patch)
tree149f851f69d2686800305e6efc73c9360aec06e5 /railties/lib/rails
parent151d0b130707f4abe52221e0711f6970988569b5 (diff)
downloadrails-777ffc3d66dcfb472a43e56e6fdb476b870275a5.tar.gz
rails-777ffc3d66dcfb472a43e56e6fdb476b870275a5.tar.bz2
rails-777ffc3d66dcfb472a43e56e6fdb476b870275a5.zip
Update railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
index cb3e8b123e..b1425d6d80 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
+++ b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
@@ -55,7 +55,8 @@
# config.assets.precompile += %w( search.js )
<%- end -%>
- # Disable delivery errors, bad email addresses will be ignored.
+ # Ignore bad email addresses and do not raise email delivery errors.
+ # If set to true, delivery errors will be raised if the external email server is configured for immediate delivery.
# config.action_mailer.raise_delivery_errors = false
# Enable threaded mode.