aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer
Commit message (Expand)AuthorAgeFilesLines
* Adds a :file delivery_method to save email to a file on diskEric Davis2009-08-081-1/+21
* Default sent_on time to now in ActionMailerMatt Duncan2009-08-081-0/+1
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-2/+2
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-2/+2
* Merge docrailsPratik Naik2009-07-251-1/+1
* Bump up the version to 3.0.preCarl Lerche2009-06-301-3/+3
* rm -r controller/base!Yehuda Katz + Carl Lerche2009-06-151-1/+1
* Keep ActionMailer using the old layouts code until it gets refactored.Yehuda Katz + Carl Lerche2009-06-151-1/+3
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-1/+3
* Simplify helper use of ActiveSupport::Dependencies, and use super better for ...Yehuda Katz + Carl Lerche2009-06-101-8/+9
* 1.9 compatibility - don't pass an array as the from address as this ends up g...Friedrich Göpel2009-06-091-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-271-5/+6
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-222-23/+27
* Make more Template methods public to make ActionMailer tests passCarl Lerche & Yehuda Katz2009-04-161-1/+1
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-141-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-134-6/+11
|\
| * Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-151-1/+1
| * Allow custom type for multipart emails [#1691 state:resolved]Sean Dague2009-03-101-1/+1
| * 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-1/+4
| * Prep for RC2 later todayDavid Heinemeier Hansson2009-02-271-1/+1
| * load plugin view_paths to action_mailer view_paths and make action_mailer use...Sven Fuchs2009-02-221-1/+3
| * Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...Matt Jones2009-02-051-1/+1
* | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-23/+42
|/
* Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA...Jose' Valim2009-01-181-7/+13
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-1/+3
* Merge docrailsPratik Naik2008-12-191-0/+1
* Removed deprecated register_template_extensionJoshua Peek2008-12-021-6/+0
* Ensure ActionView will be available to ActionMailer if ActionController is no...Joshua Peek2008-11-251-0/+2
* Remove explicit tmail requires in favor of autoloadJeremy Kemper2008-11-231-2/+0
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-239-33/+39
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-211-2/+13
* Fixed RFC-2045 quoted-printable bug [#1421 state:committed]Alexey Mahotkin2008-11-201-1/+1
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-191-2/+2
* Added lambda merging to OptionMerger (especially useful with named_scope and ...David Heinemeier Hansson2008-11-151-1/+5
* Prepare for RC2David Heinemeier Hansson2008-11-141-1/+1
* Fixed method_missing for ActionMailer so it no longer matches methods where d...Joel Chippindale2008-11-111-1/+2
* Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe...Joel Chippindale2008-11-111-6/+8
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...Grant Hollingworth2008-11-061-2/+4
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-281-0/+3
* Bump the Version constants to align with the *next* release rather than the p...Michael Koziarski2008-09-221-1/+1
* Fixed problem causes by leftover backup templates ending in tilde [state:comm...U-ESCAPEE\Mack2008-09-091-1/+1
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-091-2/+22
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-091-22/+2
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-2/+2
* Add layout functionality to mailers.Pratik Naik2008-08-311-2/+22
* ActionMailer should respond_to? to methods handled by method_missing [#700 st...James Mead2008-08-291-5/+16
* Ensure templates are rendered if all the parts are already processedJoshua Peek2008-08-131-2/+3
* Tidy up ActionMailer rendering logic to take advantage of view path cache ins...Joshua Peek2008-08-061-28/+21