aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/layouts
Commit message (Collapse)AuthorAgeFilesLines
* Add a failing test case for render :layoutMikel Lindsaar2010-01-292-0/+2
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-211-0/+1
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-092-0/+2
| | | | This reverts commit 36c6aa01ee0a7aee5b0510a8e649c44de318b060.
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-092-2/+0
| | | | This reverts commit e9a8e0053be3b293ab89fb584f1d660063f107aa.
* Add layout functionality to mailers.Pratik Naik2008-08-312-0/+2
Mailer layouts behaves just like controller layouts, except layout names need to have '_mailer' postfix for them to be automatically picked up.