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
there is no need to require CarrierWave::Video just VideoThumbnailer would do,
if you are specifying file_extension in process generate_thumb, ensure same for full_filename,
format for specifying size, process generate_thumb: [{ :size => "200x200" }]
if include CarrierWave::Compatibility::Paperclip is used then this will make your Uploader use the same default storage path as paperclip does, so need not specify store_dir.
I'm getting the following error message when trying to use the fog storage mechansim.
I think that the tmp file needs to stay around for longer so it can be used? It works fine when using the local directory.
My uploader file is here https://gist.github.com/rsiddle/8d2e28a98966344a2409
The text was updated successfully, but these errors were encountered: