aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/preview.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte...Sean Griffin2015-11-231-25/+7
* Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptorSean Griffin2015-11-231-7/+25
|\
| * ActionMailer::Base can unregister interceptor(s).Claudio Ortolina2015-01-311-7/+25
* | Add missing punctuation mark to all ActionMailer docs [ci skip]amitkumarsuroliya2015-09-281-6/+6
* | Document inline image mailer preview interceptorAndrew White2015-05-041-49/+1
* | Add support for inline images to mailer previewsAndrew White2015-05-041-1/+49
|/
* Make ActionMailer::Previews methods class methods.Abdelkader Boudih2014-08-141-0/+2
* Rename preview_enabled option to show_previewsRafael Mendonça França2014-07-011-4/+4
* Add configuration to enable mail previewsLeonard Garvey2014-07-011-0/+12
* Fix typo [ci skip]Rafael Mendonça França2014-02-161-1/+1
* Don't use a class_attribute for ActionMailer::Base.preview_pathAndrew White2014-01-261-6/+2
* Add the ability to intercept emails before previewingAndrew White2014-01-261-2/+37
* Add preview_path to autoload_paths in after_initializeAndrew White2014-01-041-1/+7
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-0/+67