diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-04-03 22:06:54 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-04-03 22:06:54 +0200 |
commit | 7199301a7bc1eec34a20c1549e19ec1c32c419e7 (patch) | |
tree | 8af9b89fa242a8fbd6bbffd54a9c97045bcc7135 | |
parent | bdcacc856641b6d2956616e393926e02b422199e (diff) | |
parent | 7d88ca6ee5560596cf6caca6f265a23af939b5b8 (diff) | |
download | rails-7199301a7bc1eec34a20c1549e19ec1c32c419e7.tar.gz rails-7199301a7bc1eec34a20c1549e19ec1c32c419e7.tar.bz2 rails-7199301a7bc1eec34a20c1549e19ec1c32c419e7.zip |
Merge pull request #24406 from prathamesh-sonpatki/update-release-notes
Update Rails 5.0 release notes
-rw-r--r-- | guides/source/5_0_release_notes.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index a868c5f856..45e9b77eea 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -322,10 +322,6 @@ Please refer to the [Changelog][action-view] for detailed changes. ([Pull Request](https://github.com/rails/rails/pull/18948), [commit](https://github.com/rails/rails/commit/e93f0f0f133717f9b06b1eaefd3442bd0ff43985)) -* Allow defining explicit collection caching using a `# Template Collection: ...` - directive inside templates. - ([Pull Request](https://github.com/rails/rails/pull/20781)) - * Added wildcard matching to explicit dependencies. ([Pull Request](https://github.com/rails/rails/pull/20904)) @@ -355,9 +351,6 @@ 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 Action View 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)) @@ -509,9 +502,6 @@ Please refer to the [Changelog][active-record] for detailed changes. * Added `#cache_key` to `ActiveRecord::Relation`. ([Pull Request](https://github.com/rails/rails/pull/20884)) -* Added `ActiveRecord::Relation#outer_joins`. - ([Pull Request](https://github.com/rails/rails/pull/12071)) - * Require `belongs_to` by default. ([Pull Request](https://github.com/rails/rails/pull/18937)) - Deprecate `required` option in favor of `optional` for `belongs_to` |