aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/base_mailer
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵José Valim2010-08-261-0/+1
| | | | virtual path.
* Adding inline attachment support to ActionMailerMikel Lindsaar2010-06-072-0/+9
|
* Improve performance of the rendering stack by freezing formats as a sign ↵José Valim2010-03-191-0/+1
| | | | that they shouldn't be further modified.
* Add a failing test case for render :layoutMikel Lindsaar2010-01-293-0/+3
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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