| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix vendor require paths to prevent files being required twice | Jamis Buck | 2005-09-05 | 1 | -0/+2 |
* | * Don't add charset to content-type header for a part that contains subparts ... | Jamis Buck | 2005-09-01 | 1 | -0/+2 |
* | Preserve underscores when unquoting message bodies #1930 | Jamis Buck | 2005-09-01 | 1 | -0/+2 |
* | Encode multibyte characters correctly #1894 | Jamis Buck | 2005-09-01 | 1 | -0/+2 |
* | Multipart messages specify a MIME-Version header automatically #2003 [John Long] | Jamis Buck | 2005-08-22 | 1 | -0/+2 |
* | Add a unified render method to ActionMailer (delegates to ActionView::Base#re... | Jamis Buck | 2005-08-22 | 1 | -0/+2 |
* | Move mailer initialization to a separate (overridable) method, so that subcla... | Jamis Buck | 2005-08-22 | 1 | -0/+2 |
* | Look at content-location header (if available) to determine filename of attac... | Jamis Buck | 2005-08-22 | 1 | -0/+2 |
* | ActionMailer::Base.deliver(email) had been accidentally removed, but was docu... | Jamis Buck | 2005-07-31 | 1 | -0/+2 |
* | Fix problem with sendmail delivery where headers should be delimited by \n ch... | David Heinemeier Hansson | 2005-07-17 | 1 | -0/+5 |
* | Made ready for release of 0.13.1 | David Heinemeier Hansson | 2005-07-11 | 1 | -0/+5 |
* | Tuned documentation for release (AM) | David Heinemeier Hansson | 2005-07-06 | 1 | -1/+1 |
* | Avoid adding nil values to mail headers #1392 | Jamis Buck | 2005-07-04 | 1 | -0/+2 |
* | Better multipart support with implicit multipart/alternative and sorting of s... | Jamis Buck | 2005-07-01 | 1 | -0/+2 |
* | Allow for nested parts in multipart mails #1570 [Flurin Egger] | Jamis Buck | 2005-07-01 | 1 | -0/+2 |
* | Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long] | Jamis Buck | 2005-06-30 | 1 | -0/+2 |
* | Allow template to be explicitly specified #1448 [tuxie@dekadance.se] | Jamis Buck | 2005-06-30 | 1 | -0/+2 |
* | Allow specific "multipart/xxx" content-type to be set on multipart messages #... | Jamis Buck | 2005-06-24 | 1 | -0/+2 |
* | Unquoted @ chars in received email headers are parsed properly in spite of RF... | Jamis Buck | 2005-06-22 | 1 | -0/+2 |