| Commit message (Expand) | Author | Age | Files | Lines |
* | class inheritable attributes is used no more! all internal use of class inher... | Josh Kalderimis | 2010-11-20 | 1 | -2/+5 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -1/+1 |
* | Move ActionMailer::TC to AV::TC::Behavior | David Chelimsky | 2010-06-12 | 1 | -37/+51 |
* | Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF... | Mikel Lindsaar | 2010-04-11 | 1 | -3/+3 |
* | Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su... | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -1/+1 |
* | Get rid of RAILS_ROOT deprecation on AM::TestCase. | José Valim | 2010-01-19 | 1 | -1/+1 |
* | Autoload AS test case | Joshua Peek | 2010-01-04 | 1 | -3/+0 |
* | Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompat | Mikel Lindsaar | 2009-12-31 | 1 | -1/+1 |
* | Remove unused code paths and require mail only when it's needed. | José Valim | 2009-12-28 | 1 | -0/+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 |
* | use autoload instead of explicit requires for ActionMailer | Joshua Peek | 2008-11-23 | 1 | -1/+1 |
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos... | Jeremy Kemper | 2008-01-05 | 1 | -22/+14 |
* | Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos... | David Heinemeier Hansson | 2008-01-03 | 1 | -1/+14 |
* | mailer_class is a class method not an instance method. [josh] Closes #10041 | Michael Koziarski | 2007-11-21 | 1 | -1/+1 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+59 |