1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Sync Action Mailer release notes [ci skip]

This commit is contained in:
Godfrey Chan 2014-08-18 22:22:46 -07:00
parent b08241859f
commit f2dda9fe25

View file

@ -260,8 +260,17 @@ Action Mailer
Please refer to the [Changelog][action-mailer] for detailed changes.
### Deprecations
* Deprecated `*_path` helpers in mailers. Always use `*_url` helpers instead.
([Pull Request](https://github.com/rails/rails/pull/15840))
### Notable changes
* Introduced `deliver_later` which enqueues a job on the application's queue
to deliver the mailer asynchronously.
([Pull Request](https://github.com/rails/rails/pull/16485))
* Added the `show_previews` configuration option for enabling mailer previews
outside of the development environment.
([Pull Request](https://github.com/rails/rails/pull/15970))