carrierwave-meta icon indicating copy to clipboard operation
carrierwave-meta copied to clipboard

File's metadata saving plugin for carrierwave

Results 11 carrierwave-meta issues
Sort by recently updated
recently updated
newest added

Do not fail with `Unsupported file type/image processor` error when trying to upload pdf file while `ghostscript_enabled` is false.

Not sure if this typo is made somewhere else in the source

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http:t/docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

Hi, Currently, if I create a record that utilizes carrierwave::meta on its carrierwave mounted column, the metadata is loaded as instance values. If I fetch the record again `my_model= MyModel.find(1)`...

The way carrierwave works with fallback images is the following: Let's say you have an uploader with an additional process of a thumbnail. If for some reason the thumbnail process...

This gem isn't compatible with Cloudinary. Calling `model.image` only gets me a string when they're used together. I'm guessing it's because you're not using RMagick or any local transformations when...

The field name should be e.g. `image_type` or `image_mime_type`, referring to the image's MIME type, rather than `image_content_type`, since only MIME-like messages have content types. "Content-Type" comes from the HTTP...

It stores the data as YAML (which seems like overkill anyways), and when calling image_size it doesn't return the array but the string instead. ``` Sweepstake.first.invite_button.image_size Sweepstake Load (0.4ms) SELECT...