aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
* Fixed that a return-path header would be ignored (closes #7572) [joost]David Heinemeier Hansson2008-03-271-0/+2
* Less verbose mail logging: just recipients for :info log level; the whole ema...Jeremy Kemper2008-02-021-0/+2
* Reorder changelog. References #10766.Jeremy Kemper2008-01-111-3/+1
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-111-0/+4
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-031-0/+5
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-161-0/+5
* More changelog updatesJeremy Kemper2007-12-101-1/+1
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-4/+1
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-1/+1
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* Update ActionMailer so it treats ActionView the same way that ActionControlle...Rick Olson2007-11-261-0/+5
* Fixed that partial rendering should look at the type of the first render to d...David Heinemeier Hansson2007-11-181-0/+2
* Update README to use new smtp settings configuration API. Closes #10060 [psq]Marcel Molina2007-11-081-0/+2
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-0/+2
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]Rick Olson2007-11-061-0/+2
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+2
* Fix silent failure of rxml templates. Closes #9879.Jeremy Kemper2007-10-151-0/+5
* UpdatedDavid Heinemeier Hansson2007-09-291-3/+19
* Fix attachment decoding when using the TMail C extension. Closes #7861.Jeremy Kemper2007-09-141-0/+2
* Increase mail delivery test coverage. Closes #8692.Jeremy Kemper2007-06-201-0/+2
* Register alternative template engines using ActionMailer::Base.register_templ...Jeremy Kemper2007-06-071-0/+2
* Only load ActionController::UrlWriter if ActionController is present [Rick Ol...Rick Olson2007-04-081-0/+2
* Make sure parsed emails recognize attachments nested in multpart parts (close...Jamis Buck2007-02-221-0/+2
* Rename server_settings to smtp_settings, add sendmail_settings to allow you ...Michael Koziarski2007-01-311-0/+2
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-131-0/+2
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-051-0/+11
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-091-0/+2
* Make sure quoted-printable text is decoded correctly when only portions of th...Jamis Buck2006-09-091-1/+3
* Make sure DOS newlines in quoted-printable text are normalized to unix newlin...Jamis Buck2006-09-091-0/+2
* Updated docs and otherwiseDavid Heinemeier Hansson2006-09-021-0/+2
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-0/+2
* Automatically included ActionController::UrlWriter, such that URL generation ...David Heinemeier Hansson2006-08-251-0/+3
* New dependencies implementationNicholas Seckar2006-08-081-0/+2
* Mailer template root applies to a class and its subclasses rather than acting...Jeremy Kemper2006-06-301-0/+2
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-291-1/+1
* Resolve conflict among mailer actions with the same name. Closes #5520.Jeremy Kemper2006-06-291-0/+2
* ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...Marcel Molina2006-05-101-0/+2
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-0/+2
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-0/+4
* Its 2006, not 2005David Heinemeier Hansson2006-04-161-2/+2
* Correct spurious documentation example code which results in a SyntaxError.Marcel Molina2006-04-131-0/+2
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-0/+5
* Made ready for releaseDavid Heinemeier Hansson2006-03-281-1/+3
* Add 1.0 marker to edge rails changelongsMarcel Molina2006-03-281-0/+6
* Nil charset caused subject line to be improperly quoted in implicitly multipa...Jamis Buck2006-03-191-0/+2
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-181-0/+2
* Make custom headers work in subparts (closes #4034)Jamis Buck2006-03-181-0/+2
* Template paths with dot chars in them no longer mess up implicit template sel...Jamis Buck2006-01-291-0/+2
* Make sure anything with content-disposition of "attachment" is passed to the ...Jamis Buck2006-01-231-0/+2