aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make tests run without deprecation warning (just one left).José Valim2009-11-011-4/+11
* Move all render and layout pieces required in ActionMailer from ActionControl...José Valim2009-11-011-1/+14
* Removed old deprecation test because the warning was removed in 1129a24Joshua Peek2008-08-221-9/+3
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-261-0/+13
* Fixed that partial rendering should look at the type of the first render to d...David Heinemeier Hansson2007-11-181-0/+11
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-2/+10
* Fix silent failure of rxml templates. Closes #9879.Jeremy Kemper2007-10-151-0/+11
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-301-6/+1
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-291-1/+1
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-291-1/+37
* Add a unified render method to ActionMailer (delegates to ActionView::Base#re...Jamis Buck2005-08-221-0/+48