Sha256: 07bd4d55ecf595980797f1cd143fae00bd0beb1075da177c80f702a65209a0b3
Contents?: true
Size: 983 Bytes
Versions: 40
Compression:
Stored size: 983 Bytes
Contents
en: errors: messages: carrierwave_processing_error: failed to be processed carrierwave_integrity_error: is not of an allowed file type carrierwave_download_error: could not be downloaded extension_whitelist_error: "You are not allowed to upload %{extension} files, allowed types: %{allowed_types}" extension_blacklist_error: "You are not allowed to upload %{extension} files, prohibited types: %{prohibited_types}" content_type_whitelist_error: "You are not allowed to upload %{content_type} files" content_type_blacklist_error: "You are not allowed to upload %{content_type} files" rmagick_processing_error: "Failed to manipulate with rmagick, maybe it is not an image?" mini_magick_processing_error: "Failed to manipulate with MiniMagick, maybe it is not an image? Original Error: %{e}" min_size_error: "File size should be greater than %{min_size}" max_size_error: "File size should be less than %{max_size}"
Version data entries
40 entries across 40 versions & 1 rubygems