aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorclaudiob <claudiob@inventati.org>2017-03-13 20:00:28 -0700
committerclaudiob <claudiob@inventati.org>2017-03-13 20:04:47 -0700
commit7709ea3d59b049d8b566763a823befc212724dc3 (patch)
tree7da52657a4c1f2ff61de2f4ddf2f2d6a0ac0c024 /actionview
parent097612e8f5bc520bbcdd3c9134a3421eac4d624a (diff)
downloadrails-7709ea3d59b049d8b566763a823befc212724dc3.tar.gz
rails-7709ea3d59b049d8b566763a823befc212724dc3.tar.bz2
rails-7709ea3d59b049d8b566763a823befc212724dc3.zip
Add CHANGELOG for #26226 [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index f2ae74454a..58659a4588 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -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