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
Ensure that ActiveStorage.analyzers doesn't contain nil
When setting `config.active_storage.variant_processor = nil`, there will be neither vips nor mini_magick.
Not error will be raised as nothing is autoloaded, so `analysers` will be nil. This later blows up
when trying to analyse a blob.
0 commit comments