我看到Why is Paperclip failing silently in production + development?和Paperclip images failing to save in production rails。
在开发过程中,我的表单会正确上传图片。
在控制台中,我看到了ImageMagick命令的日志:
Command :: identify -format %wx%h '/tmp/Screen Shot 2013-05-20 at 1.07.24 AM20130526-23150-hy913i.png[0]'
Command :: identify -format %m '/tmp/Screen Shot 2013-05-20 at 1.07.24 AM20130526-23150-hy913i.png[0]'
Command :: identify -format %m '/tmp/Screen Shot 2013-05-20 at 1.07.24 AM20130526-23150-hy913i.png[0]'
Command :: convert '/tmp/Screen Shot 2013-05-20 at 1.07.24 AM20130526-23150-hy913i.png[0]' -auto-orient -resize "10
.... more lines like these
在制作中我有:
Paperclip.options[:command_path] = "/usr/bin/"
which convert
输出/usr/bin/convert
我正在使用EC2。