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 Jul 13, 2023. It is now read-only.
Whenever I save a model record that has a set image to it, the default_url is hit with a URL request. This is problematic if a developer who is locally testing data doesn't have access to the internet.
Problem
Using Paperclip 6.1.0.
Whenever I save a model record that has a set image to it, the default_url is hit with a URL request. This is problematic if a developer who is locally testing data doesn't have access to the internet.
What I Expect To Happen
If I'm creating a new image with a pre-determined asset, I shouldn't expect my default_url to be hit with a HTTP request.
The text was updated successfully, but these errors were encountered: