diff options
author | Xavier Noria <fxn@hashref.com> | 2010-02-05 10:43:12 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-02-05 10:43:12 +0100 |
commit | 6b540cef950699623dc1a7c69cf621a27c972475 (patch) | |
tree | 20ff43fd4d82f89cbf817ab06f89ff9d55921197 /railties/guides/source/3_0_release_notes.textile | |
parent | 4a256922f4b66de0d2132bcd588d334b3e5fc50d (diff) | |
download | rails-6b540cef950699623dc1a7c69cf621a27c972475.tar.gz rails-6b540cef950699623dc1a7c69cf621a27c972475.tar.bz2 rails-6b540cef950699623dc1a7c69cf621a27c972475.zip |
final touch
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index bab35bf7ab..d5c0d22c86 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -542,7 +542,7 @@ Action Mailer has been given a new API with TMail being replaced out with the ne * Action Mailer emailing methods now return <tt>Mail::Message</tt> objects, which can then be sent the +deliver+ message to send itself. * All delivery methods are now abstracted out to the Mail gem. * The mail delivery method can accept a hash of all valid mail header fields with their value pair. -* The +mail+ delivery method acts in a similar way to Action Controller's +respond_to+ block, and you can explicitly or implicitly render templates. Action Mailer will turn the email into a multipart email as needed. +* The +mail+ delivery method acts in a similar way to Action Controller's +respond_to+, and you can explicitly or implicitly render templates. Action Mailer will turn the email into a multipart email as needed. * You can pass a proc to the <tt>format.mime_type</tt> calls within the mail block and explicitly render specific types of text, or add layouts or different templates. The +render+ call inside the proc is from Abstract Controller and supports the same options. * What were mailer unit tests have been moved to functional tests. |