1
0
Fork 0
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:
Stan Lo 2016-02-25 00:07:20 +08:00
parent 355346c196
commit ec50f9239b

View file

@ -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
-------------