-
Environment details
ruby 2.6.2
rails 5.1
carrierwave 2.0
carrierwave-mongoid 1.3
Steps to reproduce
take an object which has a file in s3 and call
offer.offer_pdf.present?
expected resul…
-
Hi, this is related to https://github.com/carrierwaveuploader/carrierwave/issues/2481 and https://github.com/janko/image_processing/pull/67
Default image sharpening was disabled a while back in the I…
-
Currently, when a user fills a form with a uploaded file, submit it and the validation fails, the uploaded file get lost and the user needs to re-upload again. Much libraries handles this kind of stuf…
-
We're using [redactor-rails](https://github.com/SammyLin/redactor-rails) (which is years out of date at this point). That lib provides some facility for a fancy text editor, to which a user can supply…
-
I'm uploading a file with CarrierWave with a UTF8 string. However, when I try to read it, I'm getting back a string encoded in ASCII.
Here is the file I'm uploading
```
class FakeFileIO < StringIO
…
-
Use carrierwave to implement uploading the logo.
palcu updated
9 years ago
-
```carrierwave was resolved to 1.2.2, which depends on
mime-types (>= 1.16)
carrierwave-base64 was resolved to 2.6.1, which depends on
mime-types (~> 3.0)
airborne was reso…
-
Hello,
My test suite is failing after upgrading to version 0.3.0 of this gem. It seems something goes wrong every time I try to save an object which has a `postgresql_lo` uploader mounted on it. Th…
-
`resource.attachment.filename` always returns `nil` due to CarrierWave not being able to access the underlying identifier column. This occurs when the identifier column has the same name as the Upload…
-
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…
cgat updated
10 years ago