diff options
author | Stan Lo <a22301613@yahoo.com.tw> | 2016-02-25 00:07:20 +0800 |
---|---|---|
committer | Stan Lo <a22301613@yahoo.com.tw> | 2016-02-25 00:07:20 +0800 |
commit | ec50f9239bfbb91ef02cd333ca518ec04715a8c3 (patch) | |
tree | 34e5786f22b50ff3ae334621e8777a0cd5529c9f | |
parent | 355346c196daa446e89916df822e9d5d17605435 (diff) | |
download | rails-ec50f9239bfbb91ef02cd333ca518ec04715a8c3.tar.gz rails-ec50f9239bfbb91ef02cd333ca518ec04715a8c3.tar.bz2 rails-ec50f9239bfbb91ef02cd333ca518ec04715a8c3.zip |
Update 5.0 release notes
-rw-r--r-- | guides/source/5_0_release_notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index f5abbd0cd4..9655155dea 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -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 ------------- |