aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-157/+0
* Add new class delivery method API.José Valim and Mikel Lindsaar2010-01-241-31/+31
* Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su...José Valim and Mikel Lindsaar2010-01-241-2/+2
* Getting rid of some warnings in AM suite.José Valim2009-12-271-1/+3
* Merge Mail with latest Rails and move mail gem to Gemfile.José Valim2009-12-271-14/+23
|\
| * adv_attr_accessors in ActionMailer are not sent to the views, use the mailer ...José Valim2009-12-251-4/+21
* | Changing body to use :to_s instead of :decoded... better use caseMikel Lindsaar2009-12-271-9/+9
* | Starting again on actionmailer integration with mailMikel Lindsaar2009-11-121-9/+19
|/
* 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