Stimulus Action:Options
Play
11:27 CC

Stimulus Action:Options

#487 Dec 15, 2024 pro
In this episode, we explore some of the lesser used options with Stimulus Actions. We'll discuss some nuances with them and the best approach when documenting the code.

Outlets and Permanent Tags
Play
13:45 CC

Outlets and Permanent Tags

#494 Feb 2, 2025 free
In this episode, we'll explore how we can add a "global" music player that will persist across different pages. Our approach will be unobtrusive and implemented in a maintainable way.

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.

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.

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.