#activestorage — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #activestorage, aggregated by home.social.
-
@goblin saw this on HN tonight. Park Party will likley want to host some images and we’ll need an S3 equivalent to drop them into..
Maybe this…
https://news.ycombinator.com/item?id=47673394
.. in Rails we’d implement the built in module called ActiveStorage and that suppprts S3 or S3 equivalents as a commonly used option..
-
CVE Alert: CVE-2026-33174 - rails - activestorage - https://www.redpacketsecurity.com/cve-alert-cve-2026-33174-rails-activestorage/
#OSINT #ThreatIntel #CyberSecurity #cve-2026-33174 #rails #activestorage
-
@mbajur my problem is that the #Rails ecosystem already has a lot of simple #CMS.
#AlchemyCMS has features that my customers know from other professional CMS and therefore expect them to be included as well.However, a #hotwire revamp for #alchemy would be pretty cool as well as the backend is functional but #hotwirejs would clearly be a modern addition.
Or a migration to #ActiveStorage from #dragonfly. -
#rails #activestorage question:
Article
has one attached :header- - -
article.header.attach(
key: “foo/bar/header.jpg”
…
) -
Active Storage in production: lessons learned and in-depth look at how it works
Another fantastic deep dive about how #Activestorage works.