Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 1 | -1/+1 |
* | stop using deprecated method in mailers controller | yuuji.yaginuma | 2015-09-23 | 1 | -1/+1 |
* | Fix displaying mailer previews on non local requests. | Wojciech Wnętrzak | 2015-09-17 | 1 | -1/+5 |
* | stop using deprecated `render :text` in railties | yuuji.yaginuma | 2015-08-06 | 1 | -1/+1 |
* | Fix mailer previews with attachments | Andrew White | 2015-05-04 | 1 | -6/+8 |
* | mailer previews for `NullMail` instances. Closes #19849. | Yves Senn | 2015-04-28 | 1 | -5/+5 |
* | Deprecate all *_filter callbacks in favor of *_action callbacks | Rafael Mendonça França | 2014-05-27 | 1 | -3/+3 |
* | Add mailer previews feature based on mail_view gem | Andrew White | 2013-12-17 | 1 | -0/+73 |