那么首先有什么优点呢?
有更好的支持rails3吗?
解决方法
To handle the file uploads,I’ve switched from Paperclip to CarrierWave. While Paperclip has (and continues) to serve me well in many applications I work with,I really appreciate the modular approach that CarrierWave takes. It’s agnostic as to which of the popular S3 clients you use,supporting both aws/s3 and right_aws. It’s also ORM agnostic and not tightly coupled to Active Record. The tight coupling of Paperclip has caused us some grief at work,and I’m also confused about the state of Paperclip’s support for aws/s3 and right_aws. So,I was happy to find this new project,and the maintainer Jonas Nicklas seems to be an extremely responsive and helpful dude,which is always good thing. The code looks great,and I’ve had an easy time working with this library so far. (from: 07001)
更多信息:
> http://techblog.moviepilot.com/carrierwave-as-a-replacement-for-paperclip