Vipul A M
Vipul A M
> My 2 cents: I'm also having this problem (I'm using Ruby 2.7.2 and Rails 6.0.3.4). I ended up downgrading to Puma 5.0.2 for now. We seem to be seeing...
> To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch...
Added a soft deprecation warning in this version, will raise or drop allowing this value from entity in future versions Keeping it open till then
`ActionDispatch::Http::URI` would be a new class living aside existing `ActionDispatch::Http::URL` module, or they should be ideally just clubbed(asking since most of this is similar to it)? `ActionDispatch::Http::URL` has lots of...
Rails 7.1 attached image raises error because "Cannot get a signed_id for a new record" in image_tag
I tried this simple repro but without simple_form- https://github.com/vipulnsward/ActiveStorageTest50234 - One difference there is no "resize", its "resize_to_limit" @gregorbg does this happen on a normal form tag for you?
Where are current examples coming in from on these pages- https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/File/operation/filesList ?
@rsedykh Added in https://github.com/uploadcare/uploadcare-ruby/pull/169, I will be updating these in follow up as more API changes are being made.
These are here: https://github.com/uploadcare/uploadcare-ruby/tree/main/api_examples
Closing this, we can't remove it completely till API removes it, will let the deprecate live and remove it in future
Will prepare for a new release after which it will update uploadcare-rails and uploadcare-rails-example projects.