aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/preview.rb
Commit message (Expand)AuthorAgeFilesLines
* ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)Kota Miyake2018-05-301-5/+22
* Sort mailer previewsDwight Watson2017-11-141-1/+1
* Update Action Mailer doc [ci skip]Yoshiyuki Hirano2017-08-301-4/+4
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-2/+8
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Privatize unneededly protected methods in Action MailerAkira Matsuda2016-12-241-5/+5
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-4/+5
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionmailer/libXavier Noria2016-08-061-2/+2
* 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