In-depth Look into ActiveStorage
Play
21:59 CC

In-depth Look into ActiveStorage

#111 Dec 24, 2017 pro
In this episode, we look at ActiveStorage, which is the new file uploading interface in Rails 5.2, and how we can accomplish direct uploads to cloud storage, retrieving & displaying uploaded content, and showing progression with progress bars.

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.

Uploading Files with Refile
Play
3:17 CC

Uploading Files with Refile

#13 Aug 19, 2015 free
Refile is a modern file upload library for Ruby applications. It is simple, yet powerful. This episode covers the basics of uploading and displaying images. Next episodes will cover protecting files and progress bars.

Cropping Active Storage Uploads
Play
20:06 CC

Cropping Active Storage Uploads

#280 Jan 24, 2021 pro
Cropping images can be hard and there can be quite a few complications. In this episode, we have a look at using StimulusJS to crop images uploaded through Active Storage.

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.