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.

Marksmith
Play
7:48 CC

Marksmith

#512 Jun 1, 2025 free
Easily add Markdown support to your Rails applications with Marksmith. This isn't a drop-in replacement to ActionText, but can be used with text or blob columns. Marksmith integrates easily with ActiveStorage for handling file uploads. In this episode, we'll explore setting up Marksmith and some best practices.

Printing
Play
10:02 CC

Printing

#511 May 25, 2025 pro
In this episode, we look at styling and implementing a print functionality to hide away content on our page that doesn't need to be printed. While small, this feature can make a big difference in how people consume pages on your application.