aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/log_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Don’t log recipients when sending mailJaap van der Plas2019-02-131-4/+4
* Remove mention about `receive.action_mailer` from the AS instrumentation guidebogdanvlviv2018-12-281-3/+4
* Deprecate ActionMailer::Base.receive in favor of Action MailboxGeorge Claghorn2018-12-271-2/+3
* Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.Yoshiyuki Kinjo2018-09-091-3/+6
* Skip delivery notification when perform_deliveries is false.Yoshiyuki Kinjo2018-09-081-0/+11
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-1/+1
* applies new string literal convention in actionmailer/testXavier Noria2016-08-061-4/+4
* Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!Cristian Bica2014-08-201-1/+1
* A minor stylistic fix and cleanup of mail deliveries.Zuhao Wan2014-05-131-3/+5
* Instrument the generation of Action Mailer messagesDaniel Schierbeck2013-10-201-3/+6
* fixed test_deliver_is_notified need base_mailerArun Agrawal2011-05-251-0/+1
* Removed deprecated ActionMailer API and related testsJosh Kalderimis2011-05-241-10/+3
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-4/+4
* Fix action_mailer testsCarl Lerche2010-03-021-1/+5
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-3/+0
* Merge master.José Valim2010-02-171-0/+3
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-0/+44