Securing Downloads with Global ID
Play
22:57 CC

Securing Downloads with Global ID

#315 Sep 19, 2021 pro
With custom controllers and Global ID, we can lock down Active Storage files to provide a link which expires after a duration of time. At the beginning of the video, I tour the new Rails 7 template and configuration that will be used for episodes going forward.

Bulk Upload with Active Storage
Play
7:00 CC

Bulk Upload with Active Storage

#255 Aug 16, 2020 pro
When multiple files are uploaded with Active Storage, they are typically associated to a single record. In this episode, we take a different approach where each file uploaded should be its own record along with direct uploads.

Audio Streaming with Active Storage
Play
10:21 CC

Audio Streaming with Active Storage

#233 Mar 15, 2020 pro
Using StimulusJS and Active Storage, create a simple Audio Streaming service where users can play and stream audio content.

Active Storage Variants
Play
11:25 CC

Active Storage Variants

#376 Nov 20, 2022 pro
In this episode, we look at cleaning up our Active Storage variants and also look at several different use cases to manipulate the images with resizes, watermarks, format and quality.

Text to Image with Machine Learning
Play
26:09 CC

Text to Image with Machine Learning

#398 Apr 23, 2023 pro
In this episode, we take a new approach to the python service that our Rails background jobs will be calling. This is a more stable and thread safe approach and more simple to implement. We'll look at creating a Text to Image generation service that our Rails application will interact with.