aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/mailers_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* stop using deprecated method in mailers controlleryuuji.yaginuma2015-09-231-1/+1
* Fix displaying mailer previews on non local requests.Wojciech Wnętrzak2015-09-171-1/+5
* stop using deprecated `render :text` in railtiesyuuji.yaginuma2015-08-061-1/+1
* Fix mailer previews with attachmentsAndrew White2015-05-041-6/+8
* 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
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-0/+73