dwilkie / carrierwave_direct

Process your uploads in the background by uploading directly to S3
MIT License
839 stars 181 forks source link

Support for CarrierWave 2.2+ #235

Closed navase closed 3 years ago

navase commented 3 years ago

Starting from CarrierWave 2.2, extension_whitelist is deprecated in favor of extension_allowlist (https://github.com/carrierwaveuploader/carrierwave/pull/2442). This gem still uses extension_whitelist in various places.

When using the sample_key helper, it crashes with undefined method 'extension_whitelist', which breaks the fix in #205.

p8 commented 3 years ago

This should be fixed in: #236