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
So, if I also want to override these methods (and I do it 🙄) I will break some features of carrierwave. WDYT is it possible to rework this part of code? I will try to make a PR if you are OK with it.
The text was updated successfully, but these errors were encountered:
Hello!
First of all, many thanks for all maintainers of this gem. It became a default gem for handling file uploads for many of us.
I just noticed that carrierwave overrides some useful methods on ActiveRecord models
E.g.
reload
carrierwave/lib/carrierwave/orm/activerecord.rb
Lines 87 to 90 in f15f4ba
And
initialize_dup
carrierwave/lib/carrierwave/orm/activerecord.rb
Lines 93 to 96 in f15f4ba
So, if I also want to override these methods (and I do it 🙄) I will break some features of carrierwave. WDYT is it possible to rework this part of code? I will try to make a PR if you are OK with it.
The text was updated successfully, but these errors were encountered: