提交 7709ea3d 编写于 作者: C claudiob

Add CHANGELOG for #26226 [ci skip]

上级 097612e8
......@@ -97,6 +97,23 @@
*Peter Schilling*, *Matthew Draper*
* Add `:skip_pipeline` option to several asset tag helpers
`javascript_include_tag`, `stylesheet_link_tag`, `favicon_link_tag`,
`image_tag` and `audio_tag` now accept a `:skip_pipeline` option which can
be set to true to bypass the asset pipeline and serve the assets from the
public folder.
*Richard Schneeman*
* Add `:poster_skip_pipeline` option to the `video_tag` helper
`video_tag` now accepts a `:poster_skip_pipeline` option which can be used
in combination with the `:poster` option to bypass the asset pipeline and
serve the poster image for the video from the public folder.
*Richard Schneeman*
* Show cache hits and misses when rendering partials.
Partials using the `cache` helper will show whether a render hit or missed
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册