-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image uploaded on S3 but not cropped #14
Comments
I'm having the same issue |
@charlesdg I found the issue (for me at least), Paperclip doesn't run processors if no styles are defined, so I just added an empty :cropped style, like so: has_attached_file :key_image, styles: { :cropped => '' } |
great @macowie ! It's perfect! |
I'm still having the issue, even while using has_attached_file:
|
Thanks @macowie, you're right. |
I had a similar problem...I think mine was related to using the process_in_background method. I removed process_in_background, and things are working fine. |
Hello,
I'm using your gem with paperclip 3.5 on a rails 4 application and all is going fine but the picture saved under S3 are not cropped.
Here's the log. What I'm missing?
The text was updated successfully, but these errors were encountered: