使用Cloudinary gem预编译问题

时间:2013-07-23 16:15:20

标签: ruby-on-rails heroku cloudinary

我在我的应用程序中使用Cloudinary,它在我的开发环境中就像一个梦想。 然而,当我将应用程序部署到Heroku并访问具有cl_image_tag的页面时,它会给我“出错的”页面。

当我查看日志时,它给了我这个错误:

ActionView::Template::Error ( isn't precompiled)

这是导致问题的一线:

<%= cl_image_tag(t.image, width: 175, height: 175, crop: :fill, gravity: :faces, border: { color: '#CCC' }) unless t.image.nil? %>



非常感谢任何帮助。

1 个答案:

答案 0 :(得分:1)

图像为零时抛出此错误。在这种情况下,t的image属性可能是nil?