aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/log_subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Don’t log recipients when sending mailJaap van der Plas2019-02-131-3/+2
* Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.Yoshiyuki Kinjo2018-09-091-1/+6
* 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
* applies new string literal convention in actionmailer/libXavier Noria2016-08-061-2/+2
* Remove newlines from start of logsOwen Davies2015-10-261-3/+3
* Add missing punctuation mark to all ActionMailer docs [ci skip]amitkumarsuroliya2015-09-281-1/+1
* minor text changeManish Puri2015-05-291-1/+1
* Prefer to pass block when logging.Guo Xiang Tan2014-07-181-11/+13
* Add `logger.debug?` guard to `ActionMailer::LogSubscriber#process`Viktar Basharymau2014-06-191-0/+1
* Instrument the generation of Action Mailer messagesDaniel Schierbeck2013-10-201-0/+7
* Require log_subscriberŁukasz Strzałkowski2013-08-251-0/+2
* Revert "nodoc ActionMailer module from lib/action_mailer/*.rb"Vijay Dev2013-05-191-1/+1
* nodoc ActionMailer module from lib/action_mailer/*.rbZachary Scott2013-05-151-1/+1
* Document ActionMailer::LogSubscriber and ActionMailer::DeliveryMethods::Class...Zachary Scott2013-05-151-0/+5
* Optimize log subscribers to check if the log level is sufficient before perfo...Brian Durand2012-09-301-2/+4
* Array.wrap is no longer needed hereRafael Mendonça França2012-01-051-4/+2
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+22