Hotwire Combobox
Play
13:34 CC

Hotwire Combobox

#459 Jun 2, 2024 free
In this episode, we tackle the issue of slow-loading dropdowns with a high volume of options by implementing an asynchronous select using the Hotwire Combobox library.

Feature Toggle from Scratch
Play
15:42 CC

Feature Toggle from Scratch

#458 May 26, 2024 pro
In this episode, we build a feature toggle system from scratch without using external dependencies like Redis. We'll create an endpoint to enable or disable specific parts of an application dynamically, focusing on a maintainable approach for future extensions.

Class Data
Play
8:48 CC

Class Data

#457 May 19, 2024 pro
In Ruby 3.2 a new feature was released that allowed for the creation of immutable objects. In this episode we will learn how to use this feature and some use cases where it can be handy.

Custom Fonts
Play
6:41 CC

Custom Fonts

#456 May 12, 2024 pro
There are a few different approaches to adding custom fonts into Rails applications regardless if you're using esbuild, bun or importmaps. Spoiler, it's much easier today than in years past.

Tips and Tricks
Play
9:47 CC

Tips and Tricks

#455 May 5, 2024 free
In this episode, we look at various tricks in Ruby on Rails as well as some other neat tricks.