RMagick 不再维护了吗?
在Github上的RMagick仓库,昨天上传了一条消息,称主要作者无法继续维护该项目,正在寻找新人接手。 (如果我尝试这样的工作,我肯定会崩溃!)。您可以在此处查看他们的自述文件:http://github.com/rmagick/rmagick。
在您看来,考虑到 Rails 3 / Heroku / S3 应用程序尝试使用 Paperclip 进行文件上传,它应该去哪里?
At the RMagick repo on Github, a message was uploaded yesterday saying the main author cannot continue to maintain the project, and is looking for new people to take over. (I would certainly crash it were I to ever attempt such a job!). You can see their readme here: http://github.com/rmagick/rmagick.
In your opinion, where should a Rails 3 / Heroku / S3 app go, given that it is trying to use Paperclip for file uploads?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您是在问是否使用 RMagick 还是其他替代方案,例如 ImageScience。这是正确的吗?您实际上不需要任何这些库:只要 ImageMagick 二进制文件在应用程序服务器上可用,Paperclip 就不需要它们。
I think you are asking about whether to use RMagick or another alternative such as ImageScience. Is that correct? You don't actually need any of those libraries: Paperclip doesn't require them as long as the ImageMagick binaries are available on the app servers.