./devel/ruby-activestorage80, Local and cloud file storage framework (part of Rails 8.0)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.0.2, Package name: ruby32-activestorage80-8.0.2, Maintainer: pkgsrc-users

Active Storage

Active Storage makes it simple to upload and reference files in cloud
services like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud
Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure
Storage](https://azure.microsoft.com/en-us/services/storage/), and attach
those files to Active Records. Supports having one main service and mirrors
in other services for redundancy. It also provides a disk service for
testing or local deployments, but the focus is on cloud storage.

Files can be uploaded from the server to the cloud or directly from the
client to the cloud.

Image files can furthermore be transformed using on-demand variants for
quality, aspect ratio, size, or any other
[MiniMagick](https://github.com/minimagick/minimagick) or
[Vips](https://www.rubydoc.info/gems/ruby-vips/Vips/Image) supported
transformation.

This is for Ruby on Rails 8.0.


Master sites:

Filesize: 64 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-16 16:33:07 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activestorage80: update to 8.0.2

8.0.2 (2025/03/12)

* A Blob will no longer autosave associated Attachment.

  This fixes an issue where a record with an attachment would have its dirty
  attributes reset, preventing your after commit callbacks on that record to
  behave as expected.

  Note that this change doesn't require any changes on your application and
  is supposed to be internal. Active Storage Attachment will continue to be
  autosaved (through a different relation).

  Edouard-chin
   2025-01-23 09:02:14 by Thomas Klausner | Files touched by this commit (13)
Log message:
*: Rails 8.0 is not available for Ruby 3.1
   2025-01-02 08:15:19 by Takahiro Kambe | Files touched by this commit (4)
Log message:
devel/ruby-activestorage80: add package version 8.0.1

Active Storage

Active Storage makes it simple to upload and reference files in cloud
services like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud
Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure
Storage](https://azure.microsoft.com/en-us/services/storage/), and attach
those files to Active Records.  Supports having one main service and mirrors
in other services for redundancy.  It also provides a disk service for
testing or local deployments, but the focus is on cloud storage.

Files can be uploaded from the server to the cloud or directly from the
client to the cloud.

Image files can furthermore be transformed using on-demand variants for
quality, aspect ratio, size, or any other
[MiniMagick](https://github.com/minimagick/minimagick) or
[Vips](https://www.rubydoc.info/gems/ruby-vips/Vips/Image) supported
transformation.

This is for Ruby on Rails 8.0.