AI Commit Messages
Play
17:55 CC

AI Commit Messages

#537 Nov 23, 2025 pro
In this episode, we'll use a local LLM to generate our commit message automatically and then give us a chance to review it before saving the commit message.

Local CI
Play
10:02 CC

Local CI

#536 Nov 16, 2025 pro
In this episode, we look at a new Rails 8.1 feature gives you a DSL to run your Continuous Integrations steps on your local machine instead from your version control system.

Kamal Registry
Play
8:08 CC

Kamal Registry

#535 Nov 9, 2025 pro
In this episode, we'll look at the two of my favorite changes in the recent Kamal releases. We'll explore some of the flows that the new registry uses and some things to be aware of.

Failover Requests
Play
11:06 CC

Failover Requests

#534 Nov 2, 2025 free
In this episode, we look at creating a failover mechanism for API requests. This can be a handy trick in situations where you want to add fault tolerance to an API request. We'll use the example of the Ollama Cloud as a failover to a locally hosted instance of Ollama.

Active Job Continuations
Play
12:58 CC

Active Job Continuations

#533 Oct 26, 2025 pro
In this episode, we'll explore a new Rails 8.1 feature that allows background jobs to "pick up where they left off." We'll look at how the new Continuations feature helps prevent long-running jobs from being lost during deployments, and some important nuances to keep in mind when using it.