Rafael Mendonça França
d5fa9569a0
Remove deprecated ActionMailer::Base.receive
in favor of Action Mailbox
2020-05-05 00:06:22 -04:00
Jaap van der Plas
2488901da8
Don’t log recipients when sending mail
...
Since production applications typically run with log level info and
email adresses should be considered as sensitive data we want to prevent
them from ending up in the logs. In development mode (with log level
debug) they are still logged as part of the Mail::Message object.
2019-02-13 09:55:38 -05:00
bogdanvlviv
2e29488a89
Remove mention about receive.action_mailer
from the AS instrumentation guide
...
Since e3f832a743
`ActionMailer::Base.receive` is
deprecated.
2018-12-28 11:23:27 +02:00
George Claghorn
e3f832a743
Deprecate ActionMailer::Base.receive in favor of Action Mailbox
2018-12-27 21:17:58 -05:00
Yoshiyuki Kinjo
576209b45b
Add perform_deliveries
to a payload of deliver.action_mailer
notification.
2018-09-09 20:17:36 +09:00
Yoshiyuki Kinjo
383b8bc8e2
Skip delivery notification when perform_deliveries is false.
2018-09-08 17:29:28 +09:00
Kir Shatrov
82df8c2ca5
Use frozen string literal in actionmailer/
2017-07-23 18:17:19 +03:00
Matthew Draper
87b3e226d6
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
...
This reverts commit 3420a14590
, reversing
changes made to afb66a5a59
.
2017-07-02 02:15:17 +09:30
Kir Shatrov
cfade1ec7e
Enforce frozen string in Rubocop
2017-07-01 02:11:03 +03:00
bogdanvlviv
40bdbce191
Define path with __dir__
...
".. with __dir__ we can restore order in the Universe." - by @fxn
Related to 5b8738c2df
2017-05-23 00:53:51 +03:00
Ryuta Kamizono
b201474756
Should escape meta characters in regexp
2017-05-07 04:10:00 +09:00
Xavier Noria
b91ff557ef
applies new string literal convention in actionmailer/test
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 19:03:39 +02:00
Cristian Bica
f4ee114746
Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!
2014-08-20 17:48:34 +03:00
Zuhao Wan
275d20ca01
A minor stylistic fix and cleanup of mail deliveries.
2014-05-13 13:01:14 +08:00
Daniel Schierbeck
8f0c5e00ff
Instrument the generation of Action Mailer messages
...
The processing of outbound mail is instrumented with the key
`process.action_mailer`. The payload includes the mailer name as well as
the mailer method.
2013-10-20 15:21:15 +02:00
Arun Agrawal
c302670c84
fixed test_deliver_is_notified need base_mailer
2011-05-25 08:01:56 +05:30
Josh Kalderimis
d500ad3f05
Removed deprecated ActionMailer API and related tests
2011-05-24 18:52:11 +02:00
José Valim
6788db824a
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [ #4816 state:resolved]
2010-06-24 13:23:43 +02:00
Carl Lerche
05f27761a2
Fix action_mailer tests
2010-03-02 22:55:09 -08:00
Carlhuda
24ab5665b2
Revert "Fix test load paths for those not using bundler"
...
This reverts commit eec2d301d4
.
This commit broke tests. You cannot have a file called "bundler" on the load path.
2010-02-23 17:31:17 -08:00
José Valim
3f948a0e29
Merge master.
2010-02-17 00:48:04 +01:00
Prem Sichanugrist
f0523f72b4
Rename Rails::Subscriber to Rails::LogSubscriber
2010-02-16 22:36:15 +01:00