cloudinary / cloudinary/cloudinary_gem
After upgrading to CarrierWave 1.0+, need to reload model for file not to be nil
Open
question
- Dominant language
- Ruby
- Stars
- 420
- Forks
- 285
- PR merge metrics
- No merged PRs in 30d
Description
After upgrading CarrierWave to 1.0.0.beta or higher, tests using Cloudinary + CarrierWave started failing because `model.image.file` were `nil` 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
Contributor guide
Assessment
This issue has not been assessed yet.