Attachment_fu rmagick 上 phusion 乘客

发布于 2024-09-12 20:41:29 字数 643 浏览 8 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文