aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_layout_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow custom type for multipart emails [#1691 state:resolved]Sean Dague2009-03-101-1/+29
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-211-0/+17
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-091-0/+78
| | | | This reverts commit 36c6aa01ee0a7aee5b0510a8e649c44de318b060.
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-091-78/+0
| | | | This reverts commit e9a8e0053be3b293ab89fb584f1d660063f107aa.
* Add layout functionality to mailers.Pratik Naik2008-08-311-0/+78
Mailer layouts behaves just like controller layouts, except layout names need to have '_mailer' postfix for them to be automatically picked up.