image_tag试图在资产管道中找到CDN网址

时间:2018-11-05 01:13:18

标签: ruby-on-rails asset-pipeline

我有这个图像标签:

<%= image_tag contact.logo_url, alt: contact.presenter_account, class: "logo" %>

其中contact.logo_url是指向CDN提供的资产的完整URL的字符串。

当我尝试运行该页面时,它崩溃并显示错误:

The asset "d2hhexjv4qcruz.cloudfront.net/images/MLS0319Z/Logo/Logo - Spark.jpg" is not present in the asset pipeline.

为什么要在资产管道中寻找?如何告诉我只使用网址?

0 个答案:

没有答案