Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make tests run without deprecation warning (just one left). | José Valim | 2009-11-01 | 1 | -2/+6 |
| | |||||
* | Allow custom type for multipart emails [#1691 state:resolved] | Sean Dague | 2009-03-10 | 1 | -1/+29 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | ActionMailer should respect content type when choosing layouts | Colin Curtin | 2008-11-21 | 1 | -0/+17 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Revert "Revert "Add layout functionality to mailers."" | David Heinemeier Hansson | 2008-09-09 | 1 | -0/+78 |
| | | | | This reverts commit 36c6aa01ee0a7aee5b0510a8e649c44de318b060. | ||||
* | Revert "Add layout functionality to mailers." | David Heinemeier Hansson | 2008-09-09 | 1 | -78/+0 |
| | | | | This reverts commit e9a8e0053be3b293ab89fb584f1d660063f107aa. | ||||
* | Add layout functionality to mailers. | Pratik Naik | 2008-08-31 | 1 | -0/+78 |
Mailer layouts behaves just like controller layouts, except layout names need to have '_mailer' postfix for them to be automatically picked up. |