Tagged Questions
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 ...
0
votes
1answer
234 views
File uploading with Dragonfly, impossible to access images after upload (Rails 3)
I'm trying to make a multiple drag and drop upload file system with Rails 3 and Dragonfly (or anything that would work actually)
I'm at the point where my file comes in my controller through the ...
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 ...
0
votes
2answers
664 views
Specify command path with dragonfly gem
I keep getting an error when i try to upload an Image with dragonfly. I know what the problem is because I solved it when I was using paperclip. But I don't know how to solve it for dragonfly.
The ...
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 ...