carrierwave_direct
carrierwave_direct copied to clipboard
Extensions whitelist are case sensitive only
It should be fixed to ignore case. Example: "JPG" is a valid extension.
This plugin should call the method check_whitelist
from carrierwave instead of creating its own, because in carrierwave fixes it 2 years ago.
https://github.com/jnicklas/carrierwave/pull/174
Please send me a pull request and a failing spec and i'll merge it in. Thanks :)