Command Palette
Play
18:32 CC

Command Palette

#572 Jul 19, 2026 pro
In this episode, we'll explore the power of combining a Stimulus Controller and Turbo Frame Tags to create a seamless user interface. We'll use the example of keyboard shortcuts to launch a search modal to query records.

Recover Form Data
Play
16:48 CC

Recover Form Data

#571 Jul 12, 2026 pro
In this episode, we look at creating a reusable Stimulus Controller that will allow us to recover a filled out form from out local storage.

Schedule Emails
Play
15:47 CC

Schedule Emails

#569 Jun 28, 2026 pro
In this episode, we look at how we can schedule an email blast to be received at a certain time in the user's time zone.

Analyze Active Storage
Play
29:26 CC

Analyze Active Storage

#568 Jun 21, 2026 pro
In this episode, we look at filling in form data based on the contents of a PDF that is uploaded through Active Storage. We will implement a mechanism to fill out the form data without having to first persist the record.

Polling for New Records - Advanced
Play
9:52 CC

Polling for New Records - Advanced

#567 Jun 14, 2026 pro
Continuing from the previous episode, we look at evolving the polling stimulus controller to handle pausing when the user navigates to a different tab, handle network errors, properly construct the URL and handle inserting new records differently. These small changes creates a much stronger polling mechanism.