aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/log_subscriber.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "nodoc ActionMailer module from lib/action_mailer/*.rb"Vijay Dev2013-05-191-1/+1
| | | | | | | | This reverts commit 328e876a1569058e47eaf7ea3f4f045a83b585fa. Reason: Let's not nodoc without reason. [ci skip]
* nodoc ActionMailer module from lib/action_mailer/*.rbZachary Scott2013-05-151-1/+1
|
* Document ActionMailer::LogSubscriber and ↵Zachary Scott2013-05-151-0/+5
| | | | ActionMailer::DeliveryMethods::ClassMethods
* Optimize log subscribers to check if the log level is sufficient before ↵Brian Durand2012-09-301-2/+4
| | | | performing an operations.
* Array.wrap is no longer needed hereRafael Mendonça França2012-01-051-4/+2
|
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵José Valim2010-06-241-0/+22
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]