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
{{ message }}
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
I seem to be encountering a bug wherein the default_url is being returned for styles that I didn't mark to be process in background. I'm using the latest gem version (2.8.0).
I expect small to return the default url but I expect large to return the actual URL for the image since it was not processed in background. Even when I reload (using i.reload) the object, it's the same thing.
Looking at the commit history, it seems that it should be fixed by this commit. Though this issue I'm encountering doesn't seem to be covered by the test cases in that commit. So I'm not sure if this is a regression or something else.
Hope someone can shed a light on this issue. Thanks in advance! :)
The text was updated successfully, but these errors were encountered:
Hi,
I seem to be encountering a bug wherein the
default_url
is being returned for styles that I didn't mark to be process in background. I'm using the latest gem version (2.8.0).Here's my paperclip setup:
Then here's a test I run in my console to replicate this bug:
I expect
small
to return the default url but I expectlarge
to return the actual URL for the image since it was not processed in background. Even when I reload (usingi.reload
) the object, it's the same thing.Looking at the commit history, it seems that it should be fixed by this commit. Though this issue I'm encountering doesn't seem to be covered by the test cases in that commit. So I'm not sure if this is a regression or something else.
Hope someone can shed a light on this issue. Thanks in advance! :)
The text was updated successfully, but these errors were encountered: