| Commit message (Expand) | Author | Age | Files | Lines |
* | Update ActionMailer so it treats ActionView the same way that ActionControlle... | Rick Olson | 2007-11-26 | 1 | -0/+5 |
* | Fixed that partial rendering should look at the type of the first render to d... | David Heinemeier Hansson | 2007-11-18 | 1 | -0/+2 |
* | Update README to use new smtp settings configuration API. Closes #10060 [psq] | Marcel Molina | 2007-11-08 | 1 | -0/+2 |
* | Allow ActionMailer subclasses to individually set their delivery method (so t... | David Heinemeier Hansson | 2007-11-07 | 1 | -0/+2 |
* | Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel] | Rick Olson | 2007-11-06 | 1 | -0/+2 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+2 |
* | Fix silent failure of rxml templates. Closes #9879. | Jeremy Kemper | 2007-10-15 | 1 | -0/+5 |
* | Updated | David Heinemeier Hansson | 2007-09-29 | 1 | -3/+19 |
* | Fix attachment decoding when using the TMail C extension. Closes #7861. | Jeremy Kemper | 2007-09-14 | 1 | -0/+2 |
* | Increase mail delivery test coverage. Closes #8692. | Jeremy Kemper | 2007-06-20 | 1 | -0/+2 |
* | Register alternative template engines using ActionMailer::Base.register_templ... | Jeremy Kemper | 2007-06-07 | 1 | -0/+2 |
* | Only load ActionController::UrlWriter if ActionController is present [Rick Ol... | Rick Olson | 2007-04-08 | 1 | -0/+2 |
* | Make sure parsed emails recognize attachments nested in multpart parts (close... | Jamis Buck | 2007-02-22 | 1 | -0/+2 |
* | Rename server_settings to smtp_settings, add sendmail_settings to allow you ... | Michael Koziarski | 2007-01-31 | 1 | -0/+2 |
* | Allow mailer actions named send by using __send__ internally. Closes #6467. | Jeremy Kemper | 2006-11-13 | 1 | -0/+2 |
* | Add assert_emails and assert_no_emails to test the number of emails delivered... | Jeremy Kemper | 2006-11-05 | 1 | -0/+11 |
* | Make mime version default to 1.0. closes #2323 | Jamis Buck | 2006-09-09 | 1 | -0/+2 |
* | Make sure quoted-printable text is decoded correctly when only portions of th... | Jamis Buck | 2006-09-09 | 1 | -1/+3 |
* | Make sure DOS newlines in quoted-printable text are normalized to unix newlin... | Jamis Buck | 2006-09-09 | 1 | -0/+2 |
* | Updated docs and otherwise | David Heinemeier Hansson | 2006-09-02 | 1 | -0/+2 |
* | Tighten rescue clauses. Closes #5985. | Jeremy Kemper | 2006-08-31 | 1 | -0/+2 |
* | Automatically included ActionController::UrlWriter, such that URL generation ... | David Heinemeier Hansson | 2006-08-25 | 1 | -0/+3 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 1 | -0/+2 |
* | Mailer template root applies to a class and its subclasses rather than acting... | Jeremy Kemper | 2006-06-30 | 1 | -0/+2 |
* | r4730@asus: jeremy | 2006-06-29 13:13:38 -0700 | Jeremy Kemper | 2006-06-29 | 1 | -1/+1 |
* | Resolve conflict among mailer actions with the same name. Closes #5520. | Jeremy Kemper | 2006-06-29 | 1 | -0/+2 |
* | ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M... | Marcel Molina | 2006-05-10 | 1 | -0/+2 |
* | Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ... | Marcel Molina | 2006-04-29 | 1 | -0/+2 |
* | Replace Ruby's deprecated append_features in favor of included. [Marcel Molin... | Marcel Molina | 2006-04-29 | 1 | -0/+4 |
* | Its 2006, not 2005 | David Heinemeier Hansson | 2006-04-16 | 1 | -2/+2 |
* | Correct spurious documentation example code which results in a SyntaxError. | Marcel Molina | 2006-04-13 | 1 | -0/+2 |
* | Update versions for Rails 1.1.1 | David Heinemeier Hansson | 2006-04-06 | 1 | -0/+5 |
* | Made ready for release | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+3 |
* | Add 1.0 marker to edge rails changelongs | Marcel Molina | 2006-03-28 | 1 | -0/+6 |
* | Nil charset caused subject line to be improperly quoted in implicitly multipa... | Jamis Buck | 2006-03-19 | 1 | -0/+2 |
* | Parse content-type apart before using it so that sub-parts of the header can ... | Jamis Buck | 2006-03-18 | 1 | -0/+2 |
* | Make custom headers work in subparts (closes #4034) | Jamis Buck | 2006-03-18 | 1 | -0/+2 |
* | Template paths with dot chars in them no longer mess up implicit template sel... | Jamis Buck | 2006-01-29 | 1 | -0/+2 |
* | Make sure anything with content-disposition of "attachment" is passed to the ... | Jamis Buck | 2006-01-23 | 1 | -0/+2 |
* | Make sure TMail#attachments includes anything with content-disposition of "at... | Jamis Buck | 2006-01-23 | 1 | -0/+2 |
* | Rename Version constant to VERSION. Closes #2802. | Marcel Molina | 2005-11-17 | 1 | -0/+2 |
* | Stricter matching for implicitly multipart filenames excludes files ending in... | Jeremy Kemper | 2005-11-15 | 1 | -0/+5 |
* | Made ready for 0.14.3 (RC4) | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Allow Mailers to have custom initialize methods that set default instance var... | David Heinemeier Hansson | 2005-10-26 | 1 | -0/+5 |
* | Prepared for release of 0.14.2 (RC3) | David Heinemeier Hansson | 2005-10-25 | 1 | -0/+5 |
* | Really ready for push | David Heinemeier Hansson | 2005-10-19 | 1 | -0/+5 |
* | Getting ready for 0.14.0 (1.0.0 Release Candidate 1) | David Heinemeier Hansson | 2005-10-16 | 1 | -1/+1 |
* | Update/extend ActionMailer documentation (rdoc) | Jamis Buck | 2005-10-16 | 1 | -0/+2 |
* | Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ... | David Heinemeier Hansson | 2005-10-16 | 1 | -0/+2 |
* | Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-... | David Heinemeier Hansson | 2005-10-15 | 1 | -0/+2 |