Dependent Select
Play
15:55 CC

Dependent Select

#517 Jul 6, 2025 free
In this episode, we explore how to enhance standard select fields using a JavaScript library together with StimulusJS to create more dynamic and responsive dropdowns. The focus is on adding search functionality, handling dependent selections, and integrating smoothly with modern frontend setups.

Database Replica
Play
17:58 CC

Database Replica

#516 Jun 29, 2025 pro
In this episode, we'll look at database connection switching within a Rails application to switch between a primary and replica database. This has many benefits on applications which many many read and write transactions.

Log Bench
Play
11:35 CC

Log Bench

#515 Jun 22, 2025 pro
Tailing logs can be rather annoying in a development environment when looking for a specific request. In this episode, we're going to explore the Log Bench gem and the value it adds to our development experience.

System Tests in Docker
Play
16:56 CC

System Tests in Docker

#514 Jun 15, 2025 pro
Setting up system tests to run heedlessly in a docker container can be rather difficult. In this episode, we'll dockerize a Rails application and set up the application to run the system tests in the docker environment.

Kamal 2 in Github Actions
Play
14:04 CC

Kamal 2 in Github Actions

#513 Jun 8, 2025 pro
In this episode we take a look at Github Actions again, but with Kamal 2. Not too much has changed, but there are some differences in the approach on caching and a few other things that have changed since the initial release of Kamal.