aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Harmonize framework require strategy. Don't add self to load path since Rails...Jeremy Kemper2008-08-251-6/+6
* 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
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* 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
* Merge with docrails.Pratik Naik2008-07-164-6/+6
* 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
* Making ready for release of 2.1David Heinemeier Hansson2008-05-311-2/+2
* Add ActionMailer#reply_to. [#245 state:resolved]Adam2008-05-292-8/+14
* Merge docrails.Pratik Naik2008-05-253-10/+10
* Bundle tmail 1.2.3Jeremy Kemper2008-05-1928-13/+38
* 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
* Updated copyright yearsDavid Heinemeier Hansson2008-05-111-1/+1
* Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
* 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: ascii encoding for quoted-printable regexpsJeremy Kemper2008-04-031-0/+2
* Ruby 1.9 compat: anonymous class name is nil not '' nowJeremy Kemper2008-04-011-1/+1
* Ruby 1.9 compat: anonymous class name is nil not '' nowJeremy Kemper2008-04-011-5/+5
* Bump bundled tmail to r242Jeremy Kemper2008-03-313-10/+10
* Ruby 1.9 compat: use Array() instead of #to_a.Jeremy Kemper2008-03-311-1/+1
* Merge in latest tmail trunk r241Jeremy Kemper2008-03-3024-193/+534
* 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