Flash Messages
Play
13:48 CC

Flash Messages

#465 Jul 14, 2024 pro
Flash messages are used to provide feedback to users when certain actions occur, such as creating or updating a record. In this episode, we'll look at various issues with flash messages and workarounds to common problems.

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.

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.

Previous/Next Record
Play
9:54 CC

Previous/Next Record

#449 Mar 31, 2024 pro
In this episode, we'll explore the process of creating Previous and Next links for a record, but then refactor it to be more maintainable.

Time Zones
Play
13:39 CC

Time Zones

#419 Sep 10, 2023 pro
Working with time zones can be difficult and lead to the inaccurate display of data. In this episode, we explore how to display dates & times and query records based on a user's time zone.