From b6aa70c3b50574832fc4646f083c50a30df1d6b4 Mon Sep 17 00:00:00 2001 From: phoet Date: Thu, 1 May 2014 15:10:56 -0400 Subject: always use File.join --- actionview/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'actionview/CHANGELOG.md') 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`. -- cgit v1.2.3