Credentials Override
Play
16:37 CC

Credentials Override

#545 Jan 18, 2026 pro
In this episode, we look at an interesting approach to override Rails Credentials so each developer can customize the credentials without changing the credentials file.

RequestJS
Play
34:51 CC

RequestJS

#544 Jan 11, 2026 pro
In this episode, we'll have a look at a few different examples of how to make AJAX requests in a modern Rails application. We'll also explore some of the different things to be aware of and patterns that I feel make for maintainable applications.

Self Hosted App
Play
14:21 CC

Self Hosted App

#543 Jan 4, 2026 free
In this episode, we'll go from a fresh Rails 8 application and a newly provisioned Raspberry Pi to deploying the application on the PI. We'll also set up a domain to point to this application and put in place geo restrictions to help prevent unwanted access.

Kamal Rollback
Play
15:57 CC

Kamal Rollback

#542 Dec 28, 2025 pro
In this episode, we'll have a look at a few different scenarios on using the rollback functionality within Kamal. We'll also explore some best practices when developing our applications and some things to be aware of about the rollback feature.

Authorization
Play
17:42 CC

Authorization

#541 Dec 21, 2025 pro
In this episode, we look at a pattern used by Fizzy on handling authorization in our Rails applications.