【发布时间】:2011-06-09 22:15:27
【问题描述】:
我收到此错误:
/app/che.rb:6:in `require': no such file to load -- rmagick (LoadError)
from /app/che.rb:6:in `<top (required)>'
这是一个辛特拉应用程序:https://github.com/rtacconi/cheguevarafx/blob/master/che.rb 宝石文件:https://github.com/rtacconi/cheguevarafx/blob/master/Gemfile 应用所有文件:https://github.com/rtacconi/cheguevarafx
我尝试了很多方法都没有成功。好像在部署过程中安装了,其实没有。
请指教。
【问题讨论】:
-
require 'RMagick',不是'rmagick'?
标签: heroku sinatra bundle rmagick