aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make ActionMailer::Previews methods class methods.Abdelkader Boudih2014-08-141-0/+2
| * | Added ActionMailer::DeliverLaterAbdelkader Boudih2014-08-134-1/+71
* | | Merge branch 'master' into loofahRafael Mendonça França2014-08-123-14/+36
|\| |
| * | Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-302-1/+6
| * | Raise an exception when attachments are added after `mail` was called.Yves Senn2014-07-291-1/+16
| * | Prefer to pass block when logging.Guo Xiang Tan2014-07-181-11/+13
| * | Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip]Santosh Wadghule2014-07-141-1/+1
* | | Include the selector assertions on the test caseRafael Mendonça França2014-07-151-0/+2
* | | Merge pull request #11218 from kaspth/loofah-integrationRafael Mendonça França2014-07-101-3/+2
|\ \ \ | |/ / |/| |
| * | Restore delivery method on teardowns.Timm2014-06-161-3/+2
* | | Rename preview_enabled option to show_previewsRafael Mendonça França2014-07-012-7/+7
* | | Add configuration to enable mail previewsLeonard Garvey2014-07-012-1/+21
* | | Merge pull request #15815 from DNNX/mail-helper-refactoringRafael Mendonça França2014-06-191-2/+2
|\ \ \
| * | | Remove unused block parameter from #gsub call in AM::MailHelper#block_formatViktar Basharymau2014-06-191-2/+2
* | | | Add `logger.debug?` guard to `ActionMailer::LogSubscriber#process`Viktar Basharymau2014-06-191-0/+1
|/ / /
* | | allow preview interceptors to be registered through `config.action_mailer`.Yves Senn2014-06-152-1/+2
* | | [ci skip] correct doc for `register_preview_interceptor`yuuji.yaginuma2014-06-151-1/+1
|/ /
* | [ci skip] Improve enable_starttls_auto documentation.Juanito Fatas2014-06-111-2/+2
* | Restore test deliveries properly in ActionMailer.Zuhao Wan2014-06-071-0/+8
* | Pass through AM documentation re: 02d048d [ci skip]Zachary Scott2014-05-262-5/+7
* | Use "Action Mailer" as canonical name in documentation [ci skip]Zachary Scott2014-05-261-1/+1
* | Add description of ActionMailer::TestHelper module [ci skip]Zachary Scott2014-05-261-0/+2
* | [ci skip] Improve formatting and ymlGaurav Sharma2014-04-241-2/+2
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-03-071-1/+1
|\ \
| * | :scissors:Zachary Scott2014-02-231-1/+1
* | | Introduce `Rails.gem_version`Prem Sichanugrist2014-03-052-7/+19
* | | update version to 4.2.0.alphaYves Senn2014-02-231-1/+1
|/ /
* | Fix render plain docs example in AM::BaseGuillermo Iguaran2014-02-181-2/+2
* | Update Docs in favor to use render plain instead of text optionrobertomiranda2014-02-181-3/+3
* | Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-1/+1
|\ \
| * | Preparing for 4.1.0.beta2 releaseRafael Mendonça França2014-02-181-1/+1
* | | Fix typo [ci skip]Rafael Mendonça França2014-02-161-1/+1
* | | add actionmailer test coverage for undefined delivery methodDmitry Polushkin2014-02-091-1/+1
* | | Remove an extra comment [ci skip]Robin Dupret2014-01-261-1/+0
* | | Support underscored symbols in Action Mailer configAndrew White2014-01-261-5/+18
* | | Don't use a class_attribute for ActionMailer::Base.preview_pathAndrew White2014-01-262-7/+3
* | | Add the ability to intercept emails before previewingAndrew White2014-01-262-2/+52
* | | docs should say `email` not `Email`. [ci skip]Yves Senn2014-01-201-1/+1
| |/ |/|
* | removed extra comma [ci skip]Kuldeep Aggarwal2014-01-141-1/+1
* | Add preview_path to autoload_paths in after_initializeAndrew White2014-01-042-6/+14
* | Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-261-17/+18
* | document how to access mail previews. [ci skip]Yves Senn2013-12-181-0/+3
|/
* Get ready to release 4.1.0.beta1David Heinemeier Hansson2013-12-171-1/+1
* Add mailer previews feature based on mail_view gemAndrew White2013-12-173-0/+95
* Include AV::Layouts directly in AM::BaseŁukasz Strzałkowski2013-12-051-0/+2
* `mail()` without arguments is a getter for the current mail.Yves Senn2013-12-021-0/+2
* Ruby's new Hash syntax applied in actionmailerMr A2013-11-141-2/+2
* calculate the ivars to remove in advance as a set and cache them in aAaron Patterson2013-11-061-1/+5
* Merge pull request #12591 from vipulnsward/remove_mail_mergeYves Senn2013-10-201-3/+3
|\
| * Remove extra variable creation and merge.Vipul A M2013-10-201-3/+3