Attachment_fu rmagick 上 phusion 乘客
在 Passenger 上设置 rmagick 时我感到非常痛苦。我正在开发一个 Rails Web 应用程序,它具有使用 imagemagick 的图像处理功能。图像处理功能在使用 mongrel 的开发中 100% 工作,但是一旦我将其部署到使用 phusion乘客的生产中,我收到错误
未初始化常量 Technoweenie::AttachmentFu::Processors::RMagickProcessor
我已成功安装了以下 gems:
1. )rmagick(2.13.1) 2.) imagemagick
这是模型 has_attachment 的代码
:content_type => :图像,
:storage => :file_system,
:processor => 'Rmagick',
:resize_to => '300 x 400',
:max_size => 2.megabytes,
:thumbnails => { :thumb => [85, 95], :geometry => 'x50'}
I am getting so much pain with setting up rmagick on Passenger . I’m developing a rails web application that has image processing feature using imagemagick. the image processing feature is working 100% on development using mongrel, but once i deploy it to production which uses phusion passenger I get the error
uninitialized constant Technoweenie::AttachmentFu::Processors::RMagickProcessor
i have successfully installed the following gems:
1.) rmagick (2.13.1)
2.) imagemagick
this is the code from the model
has_attachment :content_type => :image,
:storage => :file_system,
:processor => 'Rmagick',
:resize_to => '300 x 400',
:max_size => 2.megabytes,
:thumbnails => { :thumb => [85, 95], :geometry => 'x50'}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论