You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using delayed_paperclip with S3 and resque, and my attachment model looks like this has_attached_file :media_file, styles: {
thumb: '160x',
small: '320x',
medium: ['640x480', auto_orient: false],
large: '1024x',
default_url: "/logos/:style/footle.png"
}, :source_file_options => { :all => '-auto-orient' }, auto_orient: false
All the files that are generated as part of the thumbnail generation are still there after processing is complete.
The text was updated successfully, but these errors were encountered:
malandrina
pushed a commit
to hoteltonight/delayed_paperclip
that referenced
this issue
Feb 21, 2014
I'm using delayed_paperclip with S3 and resque, and my attachment model looks like this has_attached_file :media_file, styles: {
thumb: '160x',
small: '320x',
medium: ['640x480', auto_orient: false],
large: '1024x',
default_url: "/logos/:style/footle.png"
}, :source_file_options => { :all => '-auto-orient' }, auto_orient: false
All the files that are generated as part of the thumbnail generation are still there after processing is complete.
The text was updated successfully, but these errors were encountered: