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
A better solution would involve having Paperclip pass the uploaded file's MIME type as a hint into the file content detector's detect method. We could then implement our own detector.
The text was updated successfully, but these errors were encountered:
The workaround was introduced in 354d76d in response to thoughtbot/paperclip#2270
The change introduced there was breaking tests: https://travis-ci.org/pwnall/igor/builds/154374216
A better solution would involve having Paperclip pass the uploaded file's MIME type as a hint into the file content detector's
detect
method. We could then implement our own detector.The text was updated successfully, but these errors were encountered: