Streaming Videos with Active Storage
Play
12:55 CC

Streaming Videos with Active Storage

#230 Feb 23, 2020 pro
Video.js is a web video player built from the ground up for an HTML5 world. Learn how to use it with StimulusJS and Active Storage to deliver video content from your Ruby on Rails application.

Direct Upload Instantly
Play
14:10 CC

Direct Upload Instantly

#279 Jan 17, 2021 pro
Learn how to select files and trigger them to upload to Active Storage instantly.

StimulusJS, Active Storage and DropzoneJS
Play
14:01 CC

StimulusJS, Active Storage and DropzoneJS

#263 Oct 11, 2020 pro
DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews. It's lightweight, highly customizable and doesn't have any dependencies.

Purge Orphaned Active Storage Records
Play
11:13 CC

Purge Orphaned Active Storage Records

#281 Jan 31, 2021 pro
Over time, orphaned records can build up within Active Storage. In this episode, we look at a few approaches to clean up these orphaned records.

Adaptive Bitrate Streaming with Active Storage
Play
29:56 CC

Adaptive Bitrate Streaming with Active Storage

#232 Mar 8, 2020 pro
Adaptive streaming allows the video provider to create a different video for each of the screen sizes (or devices) that he or she wishes to target. In this episode, we look at converting our Progressive Video Streams into Adaptive Bitrate Streams and serving it through Active Storage.