Refreshing Turbo Frames
Play
16:34 CC

Refreshing Turbo Frames

#492 Jan 19, 2025 pro
In this episode, we discuss several different approaches to refreshing data within Turbo Frame Tags and pick the approach that will be most universal. We'll also look at some of the downsides of other approaches.

ViewComponent
Play
11:12 CC

ViewComponent

#491 Jan 12, 2025 pro
Continuing from the previous episode, we look at organizing the code so that it's easier to manage. To do this, we'll use ViewComponent and address some issues that arise.

Skeleton Frames
Play
13:24 CC

Skeleton Frames

#490 Jan 5, 2025 free
In this episode, we look at implementing a temporary loader for turbo frame tags to give a visual of data that is loading.

Hotwire Spark
Play
11:28 CC

Hotwire Spark

#489 Dec 29, 2024 pro
A new library has been released for hot reloading Ruby on Rails applications. This isn't a new idea, but one that is designed to work natively and unobtrusively with Importmaps based Rails apps. In this episode, we'll look at both a Importmap application and one using Jsbundling.

Kamal Logs
Play
12:06 CC

Kamal Logs

#488 Dec 22, 2024 pro
In this episode we will look at shipping our application logs to a third party service. There are many ways to do this, but since we're using Kamal, we'll explore the most unobtrusive way without adding any gems.