diff options
author | Xavier Noria <fxn@hashref.com> | 2010-04-25 20:40:39 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-04-25 20:40:39 +0200 |
commit | 7b15629b932a42fbf100666220d662c864f5244e (patch) | |
tree | fc39ab974b683b142f9b00cf5102cc77766b3849 /railties/guides/source/3_0_release_notes.textile | |
parent | 8ae5cc8380bf52990ca4b694e2a7acb7d1972f83 (diff) | |
download | rails-7b15629b932a42fbf100666220d662c864f5244e.tar.gz rails-7b15629b932a42fbf100666220d662c864f5244e.tar.bz2 rails-7b15629b932a42fbf100666220d662c864f5244e.zip |
the names of Rails components have a space, eg "Active Record"
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index ad09016d8b..ad0878682f 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -568,8 +568,8 @@ Action Mailer has been given a new API with TMail being replaced out with the ne * 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. -* ActionMailer now delegates all auto encoding of header fields and bodies to Mail Gem -* ActionMailer will auto encode email bodies and headers for you +* Action Mailer now delegates all auto encoding of header fields and bodies to Mail Gem +* Action Mailer will auto encode email bodies and headers for you Deprecations: |