-
Notifications
You must be signed in to change notification settings - Fork 285
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
After upgrading to CarrierWave 1.0+, need to reload model for file not to be nil #303
Comments
I apologize for the very late reply. |
@cgriego did you make any progress with this other than forcing the model to reload? I can't find any issues in carrierwave referencing this either. Thanks! |
I still have the model reload workaround in place. |
Closing this issue due to the time elapsed. Please feel free to either re-open the issue, contact our support at http://support.cloudinary.com or create a new ticket if you have any additional issues. |
I can confirm this issue is not happening with carrierwave 1.3.1 and cloudinary 1.11.1. |
Sorry, yes this issue does still happen with the latest gem versions mentioned above. Please reopen. |
Could this be re-opened? |
Hi, |
Any update? # same here
gem 'carrierwave', '~> 2.2.2'
gem 'cloudinary', '~> 1.22.0' |
Hi, @david-liu-950627 - Thanks for following up on this and for creating the PR. I have added one of my colleagues as a reviewer. |
After upgrading CarrierWave to 1.0.0.beta or higher, tests using Cloudinary + CarrierWave started failing because
model.image.file
werenil
until the model was reloaded.I think this person ran into the same issue.
https://stackoverflow.com/questions/46271081/carrierwave-cloudinary-image-upload-works-but-null-values-returned-right-after-u
The text was updated successfully, but these errors were encountered: