1
我正在嘗試使用Rails 5.0書進行敏捷開發。在那裏,我已經手動加載了app/assets/images
目錄中的圖像,就像書中所述。資產「image.jpg」不存在於資產管道中
以下是顯示錯誤的行。
<%= image_tag(product.image_url, class: 'list_image') %>
正如我提到我加載的圖像呼籲前image.jpg
,並投擲
ActionController的異常捕獲
鏈輪:: Rails的助手:: :: AssetNotFound在產品#指數
The asset "image.jpg" is not present in the asset pipeline.
當我檢查db種子有一個圖像與url image.jpg
但它是拋出錯誤。
在控制檯中生成的HTML是什麼? – Pavan
你的意思是你要我「檢查」錯誤頁面並告訴? – user3576036
不,我的意思是生成的等效HTML代碼。如果你檢查它,你可以看到。 – Pavan