aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman+no-recruiters@gmail.com>2017-03-13 22:06:44 -0500
committerGitHub <noreply@github.com>2017-03-13 22:06:44 -0500
commit42f676d10bcb72d2f8b88f984f0764ab09484b69 (patch)
treeb2708c71d5c2566670607b624c40f5f0d6a442a0 /actionview/CHANGELOG.md
parent192db64452d148c7b51713979459e38407380dc6 (diff)
parent7709ea3d59b049d8b566763a823befc212724dc3 (diff)
downloadrails-42f676d10bcb72d2f8b88f984f0764ab09484b69.tar.gz
rails-42f676d10bcb72d2f8b88f984f0764ab09484b69.tar.bz2
rails-42f676d10bcb72d2f8b88f984f0764ab09484b69.zip
Merge pull request #28407 from claudiob/changelog-skip-pipeline
Add CHANGELOG for #26226 [ci skip]
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index e9e4580f96..6e71809385 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -99,6 +99,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