Rails 5.1では、パブリックフォルダ内のファイルに対してasset_pathを使用すると推奨されなくなりました。Rails 5.1:パブリックフォルダ内のファイルに対するurlヘルパー
DEPRECATION WARNING: The asset "favicon.ico" is not present in the asset pipeline.Falling back to an asset that may be in the public folder. This behavior is deprecated and will be removed.
だから私はpublic_asset_path
を試してみましたが、それは動作していない、ヘルパーはありますか?
で
public_path('images/image.jpg')
を使用することができますつまり、awsや他の場所の画像 –まだ見つけた解決策はありますか? –
いいえ、まだ待っています –