dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

undefined method thumb with fetch_url

Open chrise86 opened this issue 9 years ago • 2 comments
trafficstars

Using Dragonfly.app.fetch_url(remote_src).url works fine, but I need to use thumb:

Dragonfly.app(:refinery).fetch_url(remote_src).thumb('750x443#').url

which gives:

NoMethodError: undefined method `thumb' for #<#<Class:0x007fea472deef0>:0x007fea43419be8>

Dragonfly 1.0.12

chrise86 avatar Mar 01 '16 18:03 chrise86

do you have the imagemagick plugin configured? http://markevans.github.io/dragonfly/imagemagick/

markevans avatar Mar 01 '16 19:03 markevans

Yep :-/

chrise86 avatar Mar 02 '16 10:03 chrise86