aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/log_subscriber.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove the use of String#% when formatting durations in log messagesMichael Koziarski2013-09-301-3/+3
| | | | | This avoids potential format string vulnerabilities where user-provided data is interpolated into the log message before String#% is called.
* 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]