aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Get rid of RAILS_ROOT deprecation on AM::TestCase.José Valim2010-01-191-1/+1
* Autoload AS test caseJoshua Peek2010-01-041-3/+0
* Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompatMikel Lindsaar2009-12-311-1/+1
* Remove unused code paths and require mail only when it's needed.José Valim2009-12-281-0/+1
* More updates... 45 errors left to get it working with Mail gemMikel Lindsaar2009-11-201-1/+1
* Starting again on actionmailer integration with mailMikel Lindsaar2009-11-121-1/+1
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-231-1/+1
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-22/+14
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-031-1/+14
* mailer_class is a class method not an instance method. [josh] Closes #10041Michael Koziarski2007-11-211-1/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+59