| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark html safety | Jeremy Kemper | 2009-10-09 | 1 | -1/+1 |
* | Get rid of parenthesize argument warnings | Pratik Naik | 2009-08-09 | 1 | -5/+5 |
* | Adds a :file delivery_method to save email to a file on disk | Eric Davis | 2009-08-08 | 2 | -0/+34 |
* | Default sent_on time to now in ActionMailer | Matt Duncan | 2009-08-08 | 1 | -2/+3 |
* | Replace _render_template_with_layout with _render_template since the layout i... | Yehuda Katz | 2009-08-07 | 1 | -4/+6 |
* | Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s... | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -3/+0 |
* | Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_... | Chad Woolley | 2009-05-27 | 2 | -5/+6 |
* | Move misplaced test | Jeremy Kemper | 2009-05-22 | 1 | -0/+18 |
* | Fixes ActionMailer to work with the ActionView refactoring | Yehuda Katz + Carl Lerche | 2009-04-27 | 1 | -2/+2 |
* | Refactor ActionView::Path | Yehuda Katz + Carl Lerche | 2009-04-22 | 12 | -9/+7 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 4 | -18/+40 |
|\ |
|
| * | Allow custom type for multipart emails [#1691 state:resolved] | Sean Dague | 2009-03-10 | 1 | -1/+29 |
| * | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 2 | -5/+5 |
| * | Removed the "charset" parameter from the Content-Type header of multipart sec... | Elliott Wood | 2009-03-02 | 1 | -0/+1 |
| * | Fix a failing mailer test. | thedarkone | 2009-02-20 | 1 | -1/+1 |
| * | Port fast reloadable templates from rails-dev-boost. | thedarkone | 2009-02-12 | 2 | -1/+2 |
| * | Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F... | Matt Jones | 2009-02-05 | 1 | -0/+1 |
| * | Require rubygems | Jeremy Kemper | 2009-02-03 | 1 | -1/+1 |
| * | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 2 | -11/+3 |
* | | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 1 | -4/+22 |
|/ |
|
* | Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA... | Jose' Valim | 2009-01-18 | 1 | -0/+12 |
* | Make ActioMailer quoting test play nice with Ruby 1.9 [#1726 state:resolved] | Mike Gunderloy | 2009-01-16 | 1 | -2/+4 |
* | Clean up view path cruft and split path implementations into Template::Path a... | Joshua Peek | 2008-12-29 | 1 | -1/+0 |
* | Ensure the template format is always passed to the template finder. Now we ca... | Joshua Peek | 2008-12-21 | 1 | -3/+6 |
* | Fix tests broken by switch to Pathname | Jeremy Kemper | 2008-12-09 | 1 | -3/+3 |
* | Register bogus template handlers for ActionMailer test fixtures | Joshua Peek | 2008-12-03 | 2 | -0/+10 |
* | Ensure ActionMailer doesn't blow up when a two argument proc is set for the a... | Tekin Suleyman | 2008-12-01 | 2 | -0/+55 |
* | Remove explicit tmail requires in favor of autoload | Jeremy Kemper | 2008-11-23 | 1 | -1/+0 |
* | ActionMailer should respect content type when choosing layouts | Colin Curtin | 2008-11-21 | 4 | -0/+20 |
* | Fixed RFC-2045 quoted-printable bug [#1421 state:committed] | Alexey Mahotkin | 2008-11-20 | 1 | -1/+1 |
* | Merge branch 'master' into testing | Jeremy Kemper | 2008-11-15 | 1 | -0/+14 |
|\ |
|
| * | Added lambda merging to OptionMerger (especially useful with named_scope and ... | David Heinemeier Hansson | 2008-11-15 | 1 | -0/+2 |
| * | Fixed method_missing for ActionMailer so it no longer matches methods where d... | Joel Chippindale | 2008-11-11 | 1 | -0/+4 |
| * | Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe... | Joel Chippindale | 2008-11-11 | 1 | -0/+8 |
* | | Ruby 1.9 compat: check for minitest's assertion also | Jeremy Kemper | 2008-11-08 | 1 | -3/+3 |
|/ |
|
* | Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th... | Grant Hollingworth | 2008-11-06 | 2 | -2/+20 |
* | Fixed load path for actionmailer and activesupport tests to always load from ... | madlep | 2008-10-04 | 1 | -0/+2 |
* | Protect body ivar from being clobbered by the mailer template assigns | Joshua Peek | 2008-09-28 | 2 | -0/+14 |
* | Fixed problem causes by leftover backup templates ending in tilde [state:comm... | U-ESCAPEE\Mack | 2008-09-09 | 1 | -0/+10 |
* | Revert "Revert "Add layout functionality to mailers."" | David Heinemeier Hansson | 2008-09-09 | 6 | -0/+83 |
* | Revert "Add layout functionality to mailers." | David Heinemeier Hansson | 2008-09-09 | 6 | -83/+0 |
* | Add layout functionality to mailers. | Pratik Naik | 2008-08-31 | 6 | -0/+83 |
* | ActionMailer should respond_to? to methods handled by method_missing [#700 st... | James Mead | 2008-08-29 | 1 | -0/+52 |
* | Removed old deprecation test because the warning was removed in 1129a24 | Joshua Peek | 2008-08-22 | 1 | -9/+3 |
* | Ensure templates are rendered if all the parts are already processed | Joshua Peek | 2008-08-13 | 1 | -0/+0 |
* | Tidy up ActionMailer rendering logic to take advantage of view path cache ins... | Joshua Peek | 2008-08-06 | 1 | -20/+11 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
* | Only create a path for ActionMailer template root instead of a path set. Bett... | Joshua Peek | 2008-07-19 | 1 | -3/+3 |
* | Update uses_mocha in ActionMailer and ActiveResource | Joshua Peek | 2008-07-19 | 1 | -5/+13 |
* | Stubba is included in Mocha already | Joshua Peek | 2008-07-11 | 1 | -2/+1 |