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.

From Webpacker to esbuild
Play
12:14 CC

From Webpacker to esbuild

#319 Oct 17, 2021 pro
With Rails 7 coming out soon, it's a good time to look at what it could take to upgrade our existing applications to esbuild. In this episode, we start with a Rails 6 application and begin the upgrade process by removing Webpacker and switching over to esbuild.

Record Audio to Active Storage
Play
15:34 CC

Record Audio to Active Storage

#269 Nov 22, 2020 pro
Learn how to use the MediaRecorder API and StimulusJS for uploading and storing audio files to Active Storage.

Realtime Client Updates from Background Jobs with Stimulus
Play
23:30 CC

Realtime Client Updates from Background Jobs with Stimulus

#190 May 26, 2019 pro
Using RailsUJS, ActiveJob, ActionCable and Stimulus, we create a realtime feedback for background jobs running to provide a better user experience.

Polling with StimulusJS
Play
10:14 CC

Polling with StimulusJS

#211 Oct 13, 2019 pro
Sometimes an old techniques with a modern twist can not only solve the problems at hand, but can also simplify the application's architecture.