aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/base_mailer
Commit message (Expand)AuthorAgeFilesLines
* Removing unused mailer templatesThiago Pradi2015-03-011-1/+0
* Template lookup now respect default locale and I18n fallbacks.Rafael Mendonça França2014-12-292-0/+2
* Ruby's new Hash syntax applied in actionmailerMr A2013-11-141-1/+1
* Do not render views when mail() isn't called. (NullMail refactoring)Yves Senn2012-10-281-0/+1
* raise an error if no implicit mailer template could be foundDamien Mathieu2012-06-203-0/+0
* Ensure templates like template.html are found but still uses the proper virtu...José Valim2010-08-261-0/+1
* Adding inline attachment support to ActionMailerMikel Lindsaar2010-06-072-0/+9
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-0/+1
* Add a failing test case for render :layoutMikel Lindsaar2010-01-293-0/+3
* Fixed bug on HTML only emails getting set to text/plainMikel Lindsaar2010-01-282-0/+2
* Ensure implicit multipart templates with locale works as expected.José Valim and Mikel Lindsaar2010-01-244-0/+4
* Add some tests to collector with templates and any.José Valim and Mikel Lindsaar2010-01-232-0/+2
* Get implicit multipart and attachments working together.José Valim and Mikel Lindsaar2010-01-221-0/+1
* First work on implicit multipart.José Valim and Mikel Lindsaar2010-01-222-0/+2
* Add basic template rendering to new DSL.José Valim and Mikel Lindsaar2010-01-221-0/+1