提交 cfb7c16a 编写于 作者: R Ryuta Kamizono

Fixup CHANGELOGs [ci skip]

上级 40877d82
......@@ -7,7 +7,7 @@
we check for public/some.js.br and serve that file, if present, with
`Content-Encoding: br` and `Vary: Accept-Encoding` headers.
*Ryan Edward Hall, Jeremy Daer*
*Ryan Edward Hall*, *Jeremy Daer*
* Add raise_on_missing_translations support for controllers.
......
......@@ -3,7 +3,7 @@
virtual_path keyword arguments found in CacheHelper as they no longer possess
any function following 1581cab.
Fixes #38984
Fixes #38984.
*Aaron Lipman*
......@@ -15,7 +15,8 @@
*fatkodima*
* Instrument layout rendering in `TemplateRenderer#render_with_layout` as `render_layout.action_view`, and include (when necessary) the layout's virtual path in notification payloads for collection and partial renders.
* Instrument layout rendering in `TemplateRenderer#render_with_layout` as `render_layout.action_view`,
and include (when necessary) the layout's virtual path in notification payloads for collection and partial renders.
*Zach Kemp*
......
......@@ -2,7 +2,7 @@
```ruby
david_and_mary = Author.where(id: [david, mary])
mary_and_bob = Author.where(id: [mary, bob]) # => [bob]
mary_and_bob = Author.where(id: [mary, bob])
david_and_mary.merge(mary_and_bob) # => [mary, bob]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册