aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge docrails:Pratik Naik2008-05-091-12/+13
* Improve documentation coverage and markupXavier Noria2008-05-021-6/+6
* * Remove default_url_options from mailer generatorCody Fauser2008-04-211-12/+27
* Avoid modifying the sendmail_settings hash when using the return path. Closes...Michael Koziarski2008-04-051-2/+3
* Ruby 1.9 compat: use Array() instead of #to_a.Jeremy Kemper2008-03-311-1/+1
* Fixed that a return-path header would be ignored (closes #7572) [joost]David Heinemeier Hansson2008-03-271-2/+8
* Less verbose mail logging: just recipients for :info log level; the whole ema...Jeremy Kemper2008-02-021-1/+4
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-0/+5
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-261-6/+29
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-2/+2
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-141-4/+0
* Register alternative template engines using ActionMailer::Base.register_templ...Jeremy Kemper2007-06-071-2/+16
* Only load ActionController::UrlWriter if ActionController is present [Rick Ol...Rick Olson2007-04-081-1/+1
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-211-10/+10
* Fix missed smtp_session changes to base.rb. Michael Koziarski2007-01-311-2/+2
* Rename server_settings to smtp_settings, add sendmail_settings to allow you ...Michael Koziarski2007-01-311-5/+13
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-131-2/+2
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-091-4/+3
* Updated docs and otherwiseDavid Heinemeier Hansson2006-09-021-5/+39
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-1/+1
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-251-0/+1
* New dependencies implementationNicholas Seckar2006-08-081-1/+1
* fix regexp typoJeremy Kemper2006-06-301-1/+1