Dragonfly is a Ruby gem for a framework that enables on-the-fly processing for any content type. It is especially suited to image handling. Its uses range from image thumbnails to standard attachments to on-demand text generation. Use this tag for the Ruby gem, not the deprecated [dragonfly] tag, ...
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 ...
20
votes
2answers
4k views
Carrierwave or Dragonfly
I have been looking into rails file upload tools and the ones that seemed the most appealing and interesting to me were carrierwave and dragonfly.
From looking around it seems like carrierwave takes ...
8
votes
1answer
2k views
Rails 3 + JQuery-File-Upload + Nested Model
I've been searching for some examples, but have come up short:
I'm trying to implement JQuery-File-Upload on a project I'm working on, but am getting lost as to how to get it to work with nested ...
7
votes
4answers
1k views
refinerycms image not loading - dragonfly error
I'm working on developing a refinerycms rails app that was working good locally and now i've moved it to my VPS and I was having issues with images that i uploaded through refinerycms not loading and ...
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?
1
vote
1answer
254 views
How to?: Mongoid 3 and Dragonfly configuration
I am trying to upgrade my app to mongoid version 3. In my dragonfly initializer I used to have this:
app.configure_with(:imagemagick)
app.configure_with(:rails) do |c|
c.datastore = ...
1
vote
2answers
700 views
Move RefineryCMS from Local to Production
We decided to try using RefineryCMS for our current project and have run into some issues.
We began the project in a local development environment. The deadline is very quickly approaching. At first, ...
0
votes
1answer
736 views
Dragonfly Gem with ImageMagick and Passenger
I was having some problems getting the dragonfly gem to play nicely with passenger. Passenger doesn't seem to use the current $PATH so it can't find the convert binary. I've added some configuration ...