rails/actionmailer/lib
Jean Boussier bd19d1baf1 Optimize AS::LogSubscriber
The various LogSubscriber subclasses tend to subscribe to events
but then end up doing nothing if the log level is high enough.

But even if we end up not logging, we have to go through the
entire notification path, record timing etc.

By allowing subscribers to dynamically bail out early, we can
save a lot of work if all subscribers are silenced.
2022-08-12 09:58:17 +02:00
..
action_mailer Optimize AS::LogSubscriber 2022-08-12 09:58:17 +02:00
rails/generators/mailer Improve mailer generator usage docs 2022-06-21 00:30:27 -05:00
action_mailer.rb Eager load controllers view_context_class 2022-03-02 08:47:54 +01:00