Path to this page:
./
devel/ruby-activestorage71,
Local and cloud file storage framework (part of Rails 7.1)
Branch: CURRENT,
Version: 7.1.4.2,
Package name: ruby32-activestorage71-7.1.4.2,
Maintainer: pkgsrc-usersActive 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 7.1.
Master sites:
Filesize: 66 KB
Version history: (Expand)
- (2024-10-27) Updated to version: ruby32-activestorage71-7.1.4.2
- (2024-10-21) Updated to version: ruby32-activestorage71-7.1.4.1
- (2024-09-22) Updated to version: ruby32-activestorage71-7.1.4
- (2024-06-05) Updated to version: ruby32-activestorage71-7.1.3.4
- (2024-05-22) Updated to version: ruby32-activestorage71-7.1.3.3
- (2024-02-24) Updated to version: ruby32-activestorage71-7.1.3.2
CVS history: (Expand)
2024-02-24 15:55:27 by Takahiro Kambe | Files touched by this commit (15) | |
Log message:
www/ruby-rails71: update to 7.1.3.2
Update Ruby on Rails 7.1 and related pacakges to 7.1.3.2
This includes security fix:
CVE-2024-26142 for www/ruby-actionpack71
CVE-2024-26143 for www/ruby-actionpack71
Action Pack
* Fix possible XSS vulnerability with the translate method in controllers
CVE-2024-26143
* Fix ReDoS in Accept header parsing
CVE-2024-26142
|
2024-02-04 16:15:18 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-activestorage71: update to 7.1.3
Active Storage (2024-01-16)
* Fix N+1 query when fetching preview images for non-image assets.
[Aaron Patterson & Justin Searls]
* Fix all Active Storage database related models to respect
ActiveRecord::Base.table_name_prefix configuration. [Chedli Bourguiba]
* Fix ActiveStorage::Representations::ProxyController not returning
the proper preview image variant for previewable files.
[Chedli Bourguiba]
* Fix ActiveStorage::Representations::ProxyController to proxy
untracked variants. [Chedli Bourguiba]
* Fix direct upload forms when submit button contains nested elements.
[Marc Köhlbrugge]
* When using the preprocessed: true option, avoid enqueuing transform
jobs for blobs that are not representable. [Chedli Bourguiba]
* Process preview image variant when calling
ActiveStorage::Preview#processed. For example,
attached_pdf.preview(:thumb).processed will now immediately generate
the full-sized preview image and the :thumb variant of it.
Previously, the :thumb variant would not be generated until a
further call to e.g. processed.url.
[Chedli Bourguiba and Jonathan Hefner]
* Prevent ActiveRecord::StrictLoadingViolationError when strict
loading is enabled and the variant of an Active Storage preview has
already been processed (for example, by calling
ActiveStorage::Preview#url). [Jonathan Hefner]
* Fix preprocessed: true option for named variants of previewable files.
[Nico Wenterodt]
|
2023-11-30 16:26:21 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
devel/ruby-activestorage71: add version 7.1.2
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 7.1.
|