Closed baxang closed 10 years ago
Yeah, I'm having this same problem. Looks like they've changed up some things with the 1.0+ versions.
yep same. any news on a workaround?
same same
with pull request #5 we should temporary fix the problem. An update to Dragonfly 1.0 is needed.
temporarly fixed by hardcoding version 0.9.15 on commit 5bada6660760b090035851f82c
Still not working, that does not enable s3 storage, s3 storage requires gem 'dragonfly-s3_data_store' which wants v 1.0 of dragonfly
Thanks @asecondwill, I'll take a look as soon as possible!
Dragonfly-s3_data_store is only needed when you use dragonfly >=1.0.0, otherwise it's included in the base gem. Just remove it from your gemfile.
I think Dragonfly has changed its behaviour from v1.0 and it is causing an exception in https://github.com/stefanoverna/activeadmin-dragonfly/blob/master/lib/active_admin/dragonfly/engine.rb#L10.
It works well with Dragonfly 0.9.15.