0
votes
0answers
26 views

How to upload a file using RoR with a plugin without database

I would like to use a RoR plugin to upload a file (mostly for validation of the content type). However, I don't want to save the file name to the database (I don't want any extra columns on the ...
5
votes
1answer
1k views

Heading into 2013, should I go with Dragonfly or Paperclip or Carrierwave? [closed]

I am just another average joe hoping to jump onto the social network bandwagon. I'd like to know which photo uploading/resizing gem I should use for users of my app. It would be great if you could ...
1
vote
0answers
1k views

Why? Carrierwave vs. Paperclip vs. Dragonfly? [closed]

The last time someone's compared the three image uploaders was in 2010. I'm just wondering. What are your two cents on Carrierwave, Paperclip and Dragonfly? It seems like Dragonfly is the new kid on ...
0
votes
1answer
1k views

Multi file upload with rails_admin (Carrierwave, Paperclip, Dragonfly)

I'm looking for a quick solution for multi file upload with rails_admin. Any ideas or solutions out there?
31
votes
3answers
10k views

Rails 3 paperclip vs carrierwave vs dragonfly vs attachment_fu

I'm working on upgrading a Rails 2.3.11, Ruby 1.9.2 app to Rails 3.0.10, and attachment_fu no longer works. I'm looking at changing to paperclip, carrierwave, or dragonfly for file uploads, or maybe ...