Closed navase closed 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.
extension_whitelist
extension_allowlist
When using the sample_key helper, it crashes with undefined method 'extension_whitelist', which breaks the fix in #205.
sample_key
undefined method 'extension_whitelist'
This should be fixed in: #236
Starting from CarrierWave 2.2,
extension_whitelist
is deprecated in favor ofextension_allowlist
(https://github.com/carrierwaveuploader/carrierwave/pull/2442). This gem still usesextension_whitelist
in various places.When using the
sample_key
helper, it crashes withundefined method 'extension_whitelist'
, which breaks the fix in #205.