aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update vendor version numberJeremy Kemper2008-01-191-2/+2
* Update tmail to r208 versioned as 1.2.2Jeremy Kemper2008-01-1932-1008/+151
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-1131-670/+1314
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-22/+14
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-031-1/+14
* 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-161-1/+1
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-3/+3
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-021-50/+29
* 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-291-5/+2
* Prep for RC2David Heinemeier Hansson2007-11-292-2/+2
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-261-6/+29
* mailer_class is a class method not an instance method. [josh] Closes #10041Michael Koziarski2007-11-211-1/+1
* Prepare versions for RC1David Heinemeier Hansson2007-11-091-2/+2