Yury Lebedev
Yury Lebedev
@richardvenneman thank you for reporting. It seems preloading changed in rails 5.2. I will try to fix this in next couple of weeks
sorry, had no time to fix this issue. Seems that Rails 5.2.1 changed some internal stuff
Hi @arabakevin! Did you try to use the `include` directly, without using ActiveSupport? ```ruby NoBrainer::Document::ClassMethods.include Carrierwave::Base64::Adapter ```
Ok, thanks for the update. To be honest, I have no clue. I did a quick check, and couldn't find anything. I would try to come back to this issue...
@bramski @bbugh Can you share some details on the versions of `carrierwave` and `rails` gems you use? I've tried reproducing the bug without any success: ab8fdf12
I'm closing this, until I can reproduce this bug. Feel free to re-open it if it is still actual
thank you for reporting! Can you rename your attribute to something different to `before_image`, and check if it works?
actually this should work already, if you defined `content_type_whitelist` in your uploader
Planning to work on this in this weekend.
@bobishh Dis you set the `content_type_whitelist` to an array of extensions? I think it did not work for @ehannes and @jflewis because they tried to use MIME types for the...