aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/mailers_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix mailer previews with attachmentsAndrew White2015-05-041-6/+8
| | | | | | Use the mail gem's own API to locate the correct part. Fixes #14435.
* mailer previews for `NullMail` instances. Closes #19849.Yves Senn2015-04-281-5/+5
|
* Deprecate all *_filter callbacks in favor of *_action callbacksRafael Mendonça França2014-05-271-3/+3
| | | | | This is the continuation of the work started at 9d62e04838f01f5589fa50b0baa480d60c815e2c
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-0/+73