aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/auto_layout_mailer
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-222-0/+0
| | | | | | | | * Decouple from ActionController and ActionMailer * Bring back localization support. * Prepare to decouple templates from the filesystem. * Prepare to decouple localization from ActionView * Fix ActionMailer to take advantage of ActionView::Path
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-212-0/+2
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-091-0/+1
| | | | This reverts commit 36c6aa01ee0a7aee5b0510a8e649c44de318b060.
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-091-1/+0
| | | | This reverts commit e9a8e0053be3b293ab89fb584f1d660063f107aa.
* Add layout functionality to mailers.Pratik Naik2008-08-311-0/+1
Mailer layouts behaves just like controller layouts, except layout names need to have '_mailer' postfix for them to be automatically picked up.