mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update 5.0 release notes
This commit is contained in:
parent
355346c196
commit
ec50f9239b
1 changed files with 6 additions and 0 deletions
|
@ -316,6 +316,9 @@ Please refer to the [Changelog][action-mailer] for detailed changes.
|
|||
* Template lookup now respects default locale and I18n fallbacks.
|
||||
([commit](https://github.com/rails/rails/commit/ecb1981b))
|
||||
|
||||
* Template can use fragment cache like ActionView template.
|
||||
([Pull Request](https://github.com/rails/rails/pull/22825))
|
||||
|
||||
* Added `_mailer` suffix to mailers created via generator, following the same
|
||||
naming convention used in controllers and jobs.
|
||||
([Pull Request](https://github.com/rails/rails/pull/18074))
|
||||
|
@ -327,6 +330,9 @@ Please refer to the [Changelog][action-mailer] for detailed changes.
|
|||
the mailer queue name.
|
||||
([Pull Request](https://github.com/rails/rails/pull/18587))
|
||||
|
||||
* Added `config.action_mailer.perform_caching` configuration to determine whether your templates should perform caching or not.
|
||||
([Pull Request](https://github.com/rails/rails/pull/22825))
|
||||
|
||||
|
||||
Active Record
|
||||
-------------
|
||||
|
|
Loading…
Reference in a new issue