| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ActionMailer #cache helper a no-op, not an exception | Javan Makhmali | 2015-04-28 | 1 | -1/+13 |
* | Update actionmailer with new hash syntax. | Kirill Nikitin | 2012-10-07 | 1 | -8/+8 |
* | Fix AM format_paragraph helper method if a first word is long | Alexey Vakhov | 2012-02-15 | 1 | -0/+13 |
* | Cosmetic fixes in block_format AM helper method + test | Alexey Vakhov | 2012-02-15 | 1 | -0/+31 |
* | publicise ActionMailer::MailHelper.format_paragraph | Diego Carrion | 2011-03-09 | 1 | -0/+13 |
* | Add tests to mail helper. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -0/+54 |
* | Move old tests to a specific folder and add some delivery method tests. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -94/+0 |
* | Add new class delivery method API. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -15/+13 |
* | Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su... | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -1/+1 |
* | Merged in latest changes from rails/master | Mikel Lindsaar | 2009-12-17 | 1 | -1/+1 |
* | Updating tests for Mail gem | Mikel Lindsaar | 2009-11-22 | 1 | -1/+1 |
* | Down to 30 failures total | Mikel Lindsaar | 2009-11-20 | 1 | -1/+1 |
* | More updates... 45 errors left to get it working with Mail gem | Mikel Lindsaar | 2009-11-20 | 1 | -1/+1 |
* | Starting again on actionmailer integration with mail | Mikel Lindsaar | 2009-11-12 | 1 | -1/+1 |
* | Make tests run without deprecation warning (just one left). | José Valim | 2009-11-01 | 1 | -10/+11 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Allow ActionMailer subclasses to individually set their delivery method (so t... | David Heinemeier Hansson | 2007-11-07 | 1 | -2/+6 |
* | Add assert_emails and assert_no_emails to test the number of emails delivered... | Jeremy Kemper | 2006-11-05 | 1 | -4/+4 |
* | Mailer template root applies to a class and its subclasses rather than acting... | Jeremy Kemper | 2006-06-30 | 1 | -7/+1 |
* | Helper support for ActionMailer | Jamis Buck | 2005-06-16 | 1 | -0/+97 |