aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Move misplaced testJeremy Kemper2009-05-221-0/+18
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-271-2/+2
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-2212-9/+7
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-134-18/+40
|\
| * Allow custom type for multipart emails [#1691 state:resolved]Sean Dague2009-03-101-1/+29
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-082-5/+5
| * 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-122-1/+2
| * Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...Matt Jones2009-02-051-0/+1
| * Require rubygemsJeremy Kemper2009-02-031-1/+1
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-032-11/+3
* | 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
* Make ActioMailer quoting test play nice with Ruby 1.9 [#1726 state:resolved]Mike Gunderloy2009-01-161-2/+4
* Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-1/+0
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-3/+6
* Fix tests broken by switch to PathnameJeremy Kemper2008-12-091-3/+3
* Register bogus template handlers for ActionMailer test fixturesJoshua Peek2008-12-032-0/+10
* Ensure ActionMailer doesn't blow up when a two argument proc is set for the a...Tekin Suleyman2008-12-012-0/+55
* Remove explicit tmail requires in favor of autoloadJeremy Kemper2008-11-231-1/+0
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-214-0/+20
* Fixed RFC-2045 quoted-printable bug [#1421 state:committed]Alexey Mahotkin2008-11-201-1/+1
* Merge branch 'master' into testingJeremy Kemper2008-11-151-0/+14
|\
| * 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
* | Ruby 1.9 compat: check for minitest's assertion alsoJeremy Kemper2008-11-081-3/+3
|/
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...Grant Hollingworth2008-11-062-2/+20
* Fixed load path for actionmailer and activesupport tests to always load from ...madlep2008-10-041-0/+2
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-282-0/+14
* Fixed problem causes by leftover backup templates ending in tilde [state:comm...U-ESCAPEE\Mack2008-09-091-0/+10
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-096-0/+83
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-096-83/+0
* Add layout functionality to mailers.Pratik Naik2008-08-316-0/+83
* ActionMailer should respond_to? to methods handled by method_missing [#700 st...James Mead2008-08-291-0/+52
* Removed old deprecation test because the warning was removed in 1129a24Joshua Peek2008-08-221-9/+3
* Ensure templates are rendered if all the parts are already processedJoshua Peek2008-08-131-0/+0
* 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
* Update uses_mocha in ActionMailer and ActiveResourceJoshua Peek2008-07-191-5/+13
* Stubba is included in Mocha alreadyJoshua Peek2008-07-111-2/+1
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-3/+3
* Add ActionMailer#reply_to. [#245 state:resolved]Adam2008-05-291-0/+34
* Bah, don't test TMail in AMJeremy Kemper2008-04-033-19/+0
* Ruby 1.9 compat: compare with same encodingJeremy Kemper2008-04-032-11/+18
* force_encoding to ascii-8bit instead of nilJeremy Kemper2008-04-011-20/+18
* Ruby 1.9 compat: mark utf-8 encoding.Jeremy Kemper2008-03-311-0/+1
* Remove empty .rhtml templatesJeremy Kemper2008-02-0716-7/+7