Tagged Questions
0
votes
1answer
1k views
Multiple Image Uploads with rails_admin (Attachment_fu, Carrierwave, etc.)? Any solutions?
I'm looking for a easy way to have multiple attachments on one model using Rails Admin. I've already Paperclip working, but I need multiple images and not just one.
Any hints / ideas / links?
Thank ...
2
votes
1answer
490 views
Systematic way to upgrade from attachment_fu to carrierwave?
I'm working on upgrading an app to Rails 3, and attachment_fu is broken so I'm moving to carrierwave. Is there a systematic process that I can go through to upgrade from attachment_fu to carrierwave? ...
33
votes
3answers
11k 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 ...