| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand on Action Mailer Fragment caching tests | Vipul A M | 2016-04-17 | 3 | -0/+9 |
* | Porting ActionController::Caching to ActionMailer::Caching | Stan Lo | 2016-02-23 | 4 | -0/+10 |
* | Remove not used test fixture | yui-knk | 2015-12-30 | 1 | -1/+0 |
* | Removing unused mailer templates | Thiago Pradi | 2015-03-01 | 18 | -50/+0 |
* | Template lookup now respect default locale and I18n fallbacks. | Rafael Mendonça França | 2014-12-29 | 2 | -0/+2 |
* | let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman] | Xavier Noria | 2014-11-24 | 1 | -0/+1 |
* | Allow attaching files while the mail view is rendered | Christian Felder (masone) | 2014-09-22 | 1 | -0/+7 |
* | add test coverage for the action mailer | Dmitry Polushkin | 2014-07-04 | 1 | -0/+1 |
* | Ruby's new Hash syntax applied in actionmailer | Mr A | 2013-11-14 | 2 | -2/+2 |
* | Remove unused raw email fixtures | claudiob | 2013-09-12 | 15 | -736/+0 |
* | use _action callbacks in actionmailer | Francesco Rodriguez | 2012-12-08 | 2 | -0/+0 |
* | Do not render views when mail() isn't called. (NullMail refactoring) | Yves Senn | 2012-10-28 | 1 | -0/+1 |
* | Asynchronous ActionMailer | Brian Cardarella | 2012-06-23 | 1 | -0/+1 |
* | raise an error if no implicit mailer template could be found | Damien Mathieu | 2012-06-20 | 8 | -0/+0 |
* | mailer can be anonymous | Sergey Nartimov | 2012-05-13 | 1 | -0/+1 |
* | Added a testcase for bug [#5329] | Frank Fischer | 2011-01-19 | 1 | -0/+4 |
* | Ensure templates like template.html are found but still uses the proper virtu... | José Valim | 2010-08-26 | 1 | -0/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 12 | -18/+18 |
* | Move config_accessor :asset_host from ActionController::Base to AbstractContr... | Jeroen van Dijk and Josh Kalderimis | 2010-07-24 | 1 | -0/+1 |
* | Adding inline attachment support to ActionMailer | Mikel Lindsaar | 2010-06-07 | 2 | -0/+9 |
* | Improve performance of the rendering stack by freezing formats as a sign that... | José Valim | 2010-03-19 | 1 | -0/+1 |
* | Fix broken test due to constant collision | Jeremy Kemper | 2010-03-17 | 1 | -0/+0 |
* | Add a failing test case for render :layout | Mikel Lindsaar | 2010-01-29 | 5 | -0/+5 |
* | Fixed bug on HTML only emails getting set to text/plain | Mikel Lindsaar | 2010-01-28 | 2 | -0/+2 |
* | Bring AM tests back to green again. | José Valim | 2010-01-26 | 1 | -1/+0 |
* | Failing AM test for legacy multipart alternative rendering | Joshua Peek | 2010-01-26 | 2 | -0/+2 |
* | Failing AM test for nested layouts | Joshua Peek | 2010-01-26 | 2 | -0/+2 |
* | Add some view paths tests. | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -0/+1 |
* | Ensure implicit multipart templates with locale works as expected. | José Valim and Mikel Lindsaar | 2010-01-24 | 4 | -0/+4 |
* | Add tests to mail helper. | José Valim and Mikel Lindsaar | 2010-01-24 | 5 | -13/+0 |
* | Add some tests to collector with templates and any. | José Valim and Mikel Lindsaar | 2010-01-23 | 2 | -0/+2 |
* | Get implicit multipart and attachments working together. | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -0/+1 |
* | First work on implicit multipart. | José Valim and Mikel Lindsaar | 2010-01-22 | 2 | -0/+2 |
* | Add basic template rendering to new DSL. | José Valim and Mikel Lindsaar | 2010-01-22 | 2 | -2/+1 |
* | Down to 30 failures total | Mikel Lindsaar | 2009-11-20 | 1 | -0/+0 |
* | More updates... 45 errors left to get it working with Mail gem | Mikel Lindsaar | 2009-11-20 | 1 | -0/+0 |
* | Mark html safety | Jeremy Kemper | 2009-10-09 | 1 | -1/+1 |
* | Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_... | Chad Woolley | 2009-05-27 | 1 | -1/+1 |
* | Refactor ActionView::Path | Yehuda Katz + Carl Lerche | 2009-04-22 | 11 | -2/+0 |
* | Ensure ActionMailer doesn't blow up when a two argument proc is set for the a... | Tekin Suleyman | 2008-12-01 | 1 | -0/+1 |
* | ActionMailer should respect content type when choosing layouts | Colin Curtin | 2008-11-21 | 3 | -0/+3 |
* | Protect body ivar from being clobbered by the mailer template assigns | Joshua Peek | 2008-09-28 | 1 | -0/+2 |
* | Fixed problem causes by leftover backup templates ending in tilde [state:comm... | U-ESCAPEE\Mack | 2008-09-09 | 1 | -0/+10 |
* | Revert "Revert "Add layout functionality to mailers."" | David Heinemeier Hansson | 2008-09-09 | 5 | -0/+5 |
* | Revert "Add layout functionality to mailers." | David Heinemeier Hansson | 2008-09-09 | 5 | -5/+0 |
* | Add layout functionality to mailers. | Pratik Naik | 2008-08-31 | 5 | -0/+5 |
* | Ensure templates are rendered if all the parts are already processed | Joshua Peek | 2008-08-13 | 1 | -0/+0 |
* | Bah, don't test TMail in AM | Jeremy Kemper | 2008-04-03 | 2 | -1/+0 |
* | Remove empty .rhtml templates | Jeremy Kemper | 2008-02-07 | 15 | -0/+0 |
* | Remove old tests which relied on @ being an ATOM to work around old Mail.app ... | Michael Koziarski | 2007-12-02 | 1 | -34/+0 |