Tagged Questions
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?
3
votes
1answer
2k views
How to set Dragonfly for use with S3?
In my initializers/dragonfly.rb I put this:
require 'dragonfly/rails/images'
app = Dragonfly[:app_name]
app.datastore = Dragonfly::DataStorage::S3DataStore.new({
:bucket_name => ...