Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CHANGELOG for #26226 [ci skip] #28407

Merged
merged 1 commit into from
Mar 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions actionview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down