-1

I have tried both of them for different projects. I just use it to upload image with multiple styles to S3.

And I wonder how different they are? Which one is better? In which case we should you paperclip and which case we should use carrierwave?

duykhoa
  • 2,227
  • 1
  • 25
  • 43
  • This question will lead to primarily opinion based answers. – dgilperez Feb 19 '15 at 14:56
  • I don't think so, I just think these are some cases that we should use paperclip, but another case, it's better to use carrierwave. Same with we should use rails_admin for a simple RESTful admin site, but want more customization, we should use ActiveAdmin – duykhoa Feb 19 '15 at 15:06

1 Answers1

4

Depends on the situation cannot tell exactly which is better but you may select according to your situation from commonly used three of them:

  1. Paperclip
  2. Carrierwave
  3. Dragonfly

Differences between three

More differences

And more differences

Community
  • 1
  • 1