-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Upload fails when calling ActiveRecord model 'dup' with after_create or after_update. #2700
Comments
See #2689
|
Sorry, it wasn't released yet... |
Thanks for letting me know #2689 ! After calling ActiveRecord model 'dup' with carrierwave/lib/carrierwave/uploader/store.rb
Therefore, it cannot be uploaded. |
You're right. I've confirmed that using The file key is persisted to the DB, but the file is not stored to the storage. |
dup should not prevent uploading
dup should not prevent uploading
@rajyan |
@mshibuya |
Just released 3.0.4 now! 🚀 |
Upload fails when calling ActiveRecord model 'dup' with after_create or after_update.
since version 3.0.0rc
e.g.
counter_culture
calls dup on after_create, after_update.
The text was updated successfully, but these errors were encountered: