aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_service_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Get rid of parenthesize argument warningsPratik Naik2009-08-091-5/+5
* Adds a :file delivery_method to save email to a file on diskEric Davis2009-08-081-0/+12
* Default sent_on time to now in ActionMailerMatt Duncan2009-08-081-2/+3
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-4/+6
* Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_...Chad Woolley2009-05-271-4/+5
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-271-2/+2
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-7/+7
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-5/+3
|\
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
| * Removed the "charset" parameter from the Content-Type header of multipart sec...Elliott Wood2009-03-021-0/+1
| * Fix a failing mailer test.thedarkone2009-02-201-1/+1
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-1/+1
| * Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...Matt Jones2009-02-051-0/+1
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-4/+0
* | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-4/+22
|/
* Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA...Jose' Valim2009-01-181-0/+12
* Fix tests broken by switch to PathnameJeremy Kemper2008-12-091-3/+3
* Register bogus template handlers for ActionMailer test fixturesJoshua Peek2008-12-031-0/+6
* Added lambda merging to OptionMerger (especially useful with named_scope and ...David Heinemeier Hansson2008-11-151-0/+2
* Fixed method_missing for ActionMailer so it no longer matches methods where d...Joel Chippindale2008-11-111-0/+4
* Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe...Joel Chippindale2008-11-111-0/+8
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...Grant Hollingworth2008-11-061-0/+14
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-281-0/+12
* ActionMailer should respond_to? to methods handled by method_missing [#700 st...James Mead2008-08-291-0/+52
* Tidy up ActionMailer rendering logic to take advantage of view path cache ins...Joshua Peek2008-08-061-20/+11
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Only create a path for ActionMailer template root instead of a path set. Bett...Joshua Peek2008-07-191-3/+3
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-3/+3
* Add ActionMailer#reply_to. [#245 state:resolved]Adam2008-05-291-0/+34
* Ruby 1.9 compat: compare with same encodingJeremy Kemper2008-04-031-1/+5
* Ruby 1.9 compat: mark utf-8 encoding.Jeremy Kemper2008-03-311-0/+1
* Remove empty .rhtml templatesJeremy Kemper2008-02-071-7/+7
* Less verbose mail logging: just recipients for :info log level; the whole ema...Jeremy Kemper2008-02-021-1/+2
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-111-1/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-021-6/+0
* Allow body to be specified for nested parts with action mailer. Closes #102...Michael Koziarski2007-11-291-0/+23
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-3/+8
* Improved test coverage (closes #7571) [joost]David Heinemeier Hansson2007-09-221-0/+19
* Increase mail delivery test coverage. Closes #8692.Jeremy Kemper2007-06-201-2/+11
* Register alternative template engines using ActionMailer::Base.register_templ...Jeremy Kemper2007-06-071-1/+40
* Fix broken testsJamis Buck2007-02-221-7/+7
* Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152Michael Koziarski2007-01-211-0/+25
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-131-0/+22
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-091-21/+1
* Added test for custom headers on parts (closes #3043)David Heinemeier Hansson2006-09-021-1/+2
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-301-11/+15
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-291-1/+1
* Nil charset caused subject line to be improperly quoted in implicitly multipa...Jamis Buck2006-03-191-0/+13
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-181-0/+14