Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instrument the generation of Action Mailer messages | Daniel Schierbeck | 2013-10-20 | 1 | -0/+7 |
| | | | | | | 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. | ||||
* | Require log_subscriber | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+2 |
| | |||||
* | Revert "nodoc ActionMailer module from lib/action_mailer/*.rb" | Vijay Dev | 2013-05-19 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 328e876a1569058e47eaf7ea3f4f045a83b585fa. Reason: Let's not nodoc without reason. [ci skip] | ||||
* | nodoc ActionMailer module from lib/action_mailer/*.rb | Zachary Scott | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | Document ActionMailer::LogSubscriber and ↵ | Zachary Scott | 2013-05-15 | 1 | -0/+5 |
| | | | | ActionMailer::DeliveryMethods::ClassMethods | ||||
* | Optimize log subscribers to check if the log level is sufficient before ↵ | Brian Durand | 2012-09-30 | 1 | -2/+4 |
| | | | | performing an operations. | ||||
* | Array.wrap is no longer needed here | Rafael Mendonça França | 2012-01-05 | 1 | -4/+2 |
| | |||||
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵ | José Valim | 2010-06-24 | 1 | -0/+22 |
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] |