forked from rails/rails
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CHANGELOGs for 3.0 release and upcoming 3.1
- Loading branch information
Showing
8 changed files
with
26 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,20 @@ | ||
*Rails 3.0.0 (unreleased)* | ||
*Rails 3.1.0 (unreleased)* | ||
|
||
* No changes | ||
|
||
|
||
*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)* | ||
|
||
* No changes | ||
|
||
|
||
*Rails 3.0.0 [release candidate] (July 26th, 2010)* | ||
|
||
* No changes | ||
|
||
|
||
*Rails 3.0.0 [beta 4] (June 8th, 2010)* | ||
*Rails 3.0.0 (August 29, 2010)* | ||
|
||
* subject is automatically looked up on I18n using mailer_name and action_name as scope as in t(".subject") [JK] | ||
|
||
* Changed encoding behaviour of mail, so updated tests in actionmailer and bumped mail version to 2.2.1 [ML] | ||
|
||
* Added ability to pass Proc objects to the defaults hash [ML] | ||
|
||
|
||
*Rails 3.0.0 [beta 3] (April 13th, 2010)* | ||
|
||
* Removed all quoting.rb type files from ActionMailer and put Mail 2.2.0 in instead [ML] | ||
|
||
* Lot of updates to various test cases that now work better with the new Mail and so have different expectations | ||
|
||
|
||
*Rails 3.0.0 [beta 2] (April 1st, 2010)* | ||
|
||
* Added interceptors and observers from Mail [ML] | ||
|
||
ActionMailer::Base.register_interceptor calls Mail.register_interceptor | ||
|
@@ -48,9 +32,6 @@ | |
|
||
* Whole new API added with tests. See base.rb for full details. Old API is deprecated. | ||
|
||
|
||
*Rails 3.0.0 [beta 1] (February 4, 2010)* | ||
|
||
* The Mail::Message class has helped methods for all the field types that return 'common' defaults for the common use case, so to get the subject, mail.subject will give you a string, mail.date will give you a DateTime object, mail.from will give you an array of address specs ([email protected]) etc. If you want to access the field object itself, call mail[:field_name] which will return the field object you want, which you can then chain, like mail[:from].formatted | ||
|
||
* Mail#content_type now returns the content_type field as a string. If you want the mime type of a mail, then you call Mail#mime_type (eg, text/plain), if you want the parameters of the content type field, you call Mail#content_type_parameters which gives you a hash, eg {'format' => 'flowed', 'charset' => 'utf-8'} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters