aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-10/+10
* Instrument create and deliver in ActionMailer.José Valim2009-09-201-56/+64
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-1/+1
* 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
* 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
* 1.9 compatibility - don't pass an array as the from address as this ends up g...Friedrich Göpel2009-06-091-1/+1
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-271-5/+6
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-23/+26
* 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-131-3/+5
|\
| * Allow custom type for multipart emails [#1691 state:resolved]Sean Dague2009-03-101-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
* Remove explicit tmail requires in favor of autoloadJeremy Kemper2008-11-231-2/+0
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-231-7/+8
* ActionMailer should respect content type when choosing layoutsColin Curtin2008-11-211-2/+13
* 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
* 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
* 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
* Treat ActionMailer template_root as a view path set internally to avoid inher...Joshua Peek2008-07-311-4/+15
* Ensure mailer view path is loaded when it's assigned. Path#[] raises if it is...Jeremy Kemper2008-07-311-1/+1
* Ensure ActionView::PathSet::Path is not initialized with a precompiled pathJoshua Peek2008-07-191-1/+2
* Only create a path for ActionMailer template root instead of a path set. Bett...Joshua Peek2008-07-191-2/+2
* Ruby 1.9: Call join on template_root instead of to_sJoshua Peek2008-07-191-3/+2
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-1/+1
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-3/+2
* Ensure render :file works inside templatesPratik Naik2008-06-051-1/+2
* Add ActionMailer#reply_to. [#245 state:resolved]Adam2008-05-291-7/+13
* Merge docrails.Pratik Naik2008-05-251-7/+7
* Merge documentation changes from docrails.Pratik Naik2008-05-161-20/+26
* Prefer string core_ext inflector methods over directly accessing Inflector.Joshua Peek2008-05-141-51/+51