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
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
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/
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
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.
#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
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.
Active Storage in production: lessons learned and in-depth look at how it works
Another fantastic deep dive about how #Activestorage 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...
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
Episode #468 - Processing Large Jobs
#ruby #rubyonrails #solidqueue #activestorage #programming #code
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.