aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorphoet <phoetmail@googlemail.com>2014-05-01 15:10:56 -0400
committerphoet <phoetmail@googlemail.com>2014-05-01 16:09:17 -0400
commitb6aa70c3b50574832fc4646f083c50a30df1d6b4 (patch)
treeeaabc5ae14594841d8f907659563e636af240f8e /actionview/CHANGELOG.md
parent0b6ac002f9afa5952c1b03aea4284e61d6239938 (diff)
downloadrails-b6aa70c3b50574832fc4646f083c50a30df1d6b4.tar.gz
rails-b6aa70c3b50574832fc4646f083c50a30df1d6b4.tar.bz2
rails-b6aa70c3b50574832fc4646f083c50a30df1d6b4.zip
always use File.join
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 50ca64d536..e9daeca39d 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,13 @@
+* Change `asset_path` to use File.join to create proper paths (#14932):
+
+ https://some.host.com//assets/some.js
+
+ becomes
+
+ https://some.host.com/assets/some.js
+
+ *Peter Schröder*
+
* Change `favicon_link_tag` default mimetype from `image/vnd.microsoft.icon` to
`image/x-icon`.