-
I have switched to Rails 7 and I found some issues when I upload image in my localhost.
It is mandatory to manage, import, rework and upload images on a local environment, and Images (and attachment…
-
We've been using vanilla (non-direct) CarrierWave in production for a while. Recently I tried using this gem for an upload form. After including the module in the Uploader class, the URLs for the vari…
-
I want to convert heic to jpg using Mini magick, but it seems that `process convert: :jpg` does not allow to specify `quality`, so I created a method and tried to convert it using `minimagick!`.
``…
gomo updated
4 months ago
-
When caching is enabled on a serializer that has an attribute defined for a Carrierwave Uploader, a `TypeError: no _dump_data is defined for class Proc` is thrown.
```ruby
# app.serializers/user_s…
-
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 1.3.2 to 2.2.5.Release notesSourced from carrierwave's releases.2.2.4FixedFix Ruby 2.7 keyword argument warning in uploader…
-
After upgrading CarrierWave to 1.0.0.beta or higher, tests using Cloudinary + CarrierWave started failing because `model.image.file` were `nil` until the model was reloaded.
I think this person ran…
-
■Webアプリの概要
このWebアプリは、ユーザーの日々の献立を簡単に決めるサポートをします。主な機能としては、1品の料理を提案します。また、ユーザーが自分の料理アイデアを投稿できる機能や、料理を検索して表示する機能があります。提案される料理は1品のみで、選択の手間を減らします。
このアプリを開発した理由は、家庭での「今日何食べたい?」という問いや、自炊をした経験から、毎日の献立決定が面倒…
-
Initially, the application used local persistent storage. I tried moving the entire `uploads` directory into ImageKit. I kept the previous configuration and added a new one from ImageKit:
```ruby
…
afuno updated
5 months ago
-
This is related to https://github.com/cloudinary/cloudinary_gem/issues/23
It seems the cloudinary gem still makes remote calls to https://api.cloudinary.com/v1_1/[accountname]/image/destroy when dest…
-
It should be fixed to ignore case. Example: "JPG" is a valid extension.
This plugin should call the method `check_whitelist` from carrierwave instead of creating its own, because in carrierwave fixe…