Need to configure #ActiveStorage to properly work with your CDN (e.g. Cloudfront)?

Check out Mateus's article with a step by step guide on the changes you will need to implement 👉 https://go.fastruby.io/z0o

#RubyOnRails #AWS #RailsPerformance #WebPerf

Rails Engines > microservices? This Active Storage Dashboard shows how to build modular Rails apps without the complexity. Simple. Powerful.

#Rails #ActiveStorage #RubyOnRails https://www.panasiti.me/blog/modular-rails-applications-rails-engines-active-storage-dashboard/

Building Modular Rails Applications: A Deep Dive into Rails Engines Through Active Storage Dashboard | Giovanni Panasiti - Personal Website and Blog

I’ve been building Rails applications for the last 10 years on a daily base and almost all of them use active storage now. Users are uploading files and then...

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

Need to configure #ActiveStorage to properly work with your CDN (e.g. Cloudfront)?

Check out Mateus's article with a step by step guide on the changes you will need to implement 👉 https://go.fastruby.io/z0o

#RubyOnRails #AWS #RailsPerformance #WebPerf

Serving ActiveStorage Attachments Through a CDN - FastRuby.io | Rails Upgrade Service

To obtain good performance and low latency for any user accessing our site, we often use CDNs to serve our static assets. This article shows how to do the same for ActiveStorage attachments.

Serving ActiveStorage attachments through a CDN by @mateusdeap

#rails #activestorage question:

Article
has one attached :header

- - -

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

)

Need to configure #ActiveStorage to properly work with your CDN (e.g. Cloudfront)?

Check out Mateus's article with a step by step guide on the changes you will need to implement 👉 https://go.fastruby.io/z0o

#RubyOnRails #AWS #RailsPerformance #WebPerf

Serving ActiveStorage Attachments Through a CDN - FastRuby.io | Rails Upgrade Service

To obtain good performance and low latency for any user accessing our site, we often use CDNs to serve our static assets. This article shows how to do the same for ActiveStorage attachments.

Serving ActiveStorage attachments through a CDN by @mateusdeap

Active Storage in production: lessons learned and in-depth look at how it works

https://discuss.rubyonrails.org/t/active-storage-in-production-lessons-learned-and-in-depth-look-at-how-it-works/83289

Another fantastic deep dive about how #Activestorage works.

#ruby #rails

Active Storage in production: lessons learned and in-depth look at how it works

1. Introduction In my company, we lucked out that Rails 5.2 (and Active Storage) was released just before we needed to implement user uploads. This means that we’ve been using it in production for over 5 years, across 3 different hosts (Heroku, AWS, and GCP) and 3 different storage providers (S3, GCS, and R2). Our primary use case is image galleries, either of products we sell, or user-uploaded images for their wedding/birthday/baby shower websites. This means that we rely heavily on image tran...

Ruby on Rails Discussions

Wanna integrate Azure Blob Storage with ActiveStorage in Rails? Check out this article by Jeffery Morhous. 👀

https://www.honeybadger.io/blog/azure-blob-storage-for-rails/?utm_source=mastodon&utm_medium=social

#Ruby #RubyOnRails #ActiveStorage #Azure #Programming

How to Use Azure Blob Storage with Ruby on Rails

Learn how to handle file uploads in your Rails application, taking advantage of Azure cloud storage. Dive in to integrate your app with Azure Blob Storage.

Honeybadger Developer Blog
Episode 468 - Processing Large Jobs | Drifting Ruby

In this episode, we will upload a CSV file but need to pass it into a background job. This can prove to be difficult based on the hosting infrastructure so we'll explore some mechanisms to work around them. We'll also look to optimize Solid Queue to handle the large number of jobs.

Drifting Ruby
rails7でActive Storageの導入方法 - Qiita

初めにActive Storageをrails7で導入する機会があったためアウトプットも兼ねてまとめてみました。細かい設定やコードの意味や機能などは省略しておりますのでより詳細に知りたい方はご容赦…

Qiita