aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Update Rakefiles to connect to wrath as current user. Use ssh config to set a...Jeremy Kemper2008-06-181-2/+2
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-172-6/+5
* Ensure render :file works inside templatesPratik Naik2008-06-051-1/+2
* Making ready for release of 2.1David Heinemeier Hansson2008-05-313-4/+4
* Add ActionMailer#reply_to. [#245 state:resolved]Adam2008-05-293-8/+48
* 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-162-30/+40
* Prefer string core_ext inflector methods over directly accessing Inflector.Joshua Peek2008-05-141-51/+51
* Updated copyright yearsDavid Heinemeier Hansson2008-05-112-2/+2
* Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-113-3/+3
* 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
* Bah, don't test TMail in AMJeremy Kemper2008-04-033-19/+0
* Ruby 1.9 compat: compare with same encodingJeremy Kemper2008-04-032-11/+18
* 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
* force_encoding to ascii-8bit instead of nilJeremy Kemper2008-04-011-20/+18
* Bump bundled tmail to r242Jeremy Kemper2008-03-313-10/+10
* Ruby 1.9 compat: mark utf-8 encoding.Jeremy Kemper2008-03-311-0/+1
* 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-272-2/+10
* sshpublisher needs to be explicitly required now, apparentlyDavid Heinemeier Hansson2008-03-181-0/+1
* Remove empty .rhtml templatesJeremy Kemper2008-02-0716-7/+7
* Less verbose mail logging: just recipients for :info log level; the whole ema...Jeremy Kemper2008-02-023-2/+8
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-0/+5
* Update vendor version numberJeremy Kemper2008-01-191-2/+2
* Update tmail to r208 versioned as 1.2.2Jeremy Kemper2008-01-1932-1008/+151
* Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy]Jeremy Kemper2008-01-191-1/+5
* Move rake contrib require to taskJeremy Kemper2008-01-191-1/+1
* Reorder changelog. References #10766.Jeremy Kemper2008-01-111-3/+1
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-1133-671/+1319
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-052-30/+16
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-058-9/+9
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-033-1/+37
* Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...Jeremy Kemper2007-12-281-1/+1
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-163-2/+7
* More changelog updatesJeremy Kemper2007-12-101-1/+1
* Make ready for 2.0.1David Heinemeier Hansson2007-12-073-6/+3
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-063-5/+5
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-024-116/+33
* Remove @ as an ATOM character, syncing with upstream tmail. [mikel] Closes #...Michael Koziarski2007-12-011-1/+1
* Allow body to be specified for nested parts with action mailer. Closes #102...Michael Koziarski2007-11-292-5/+25
* Prep for RC2David Heinemeier Hansson2007-11-294-4/+4
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-265-7/+48