home.social

#activestorage — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #activestorage, aggregated by home.social.

  1. @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…

    locker.dev/

    news.ycombinator.com/item?id=4

    .. in Rails we’d implement the built in module called ActiveStorage and that suppprts S3 or S3 equivalents as a commonly used option..

    guides.rubyonrails.org/active_

    #RubyOnRails #ActiveStorage #S3

  2. @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.

  3. #rails #activestorage question:

    Article
    has one attached :header

    - - -

    article.header.attach(
    key: “foo/bar/header.jpg”

    )