Partial Inserts
Play
5:37 CC

Partial Inserts

#360 Jul 31, 2022 pro
Parsing through the Ruby on Rails CHANGELOG can reveal some interesting features and changes in the framework. In this episode, we look at one of those changes around inserting records into our database.

Booking System Live Updates
Play
15:46 CC

Booking System Live Updates

#366 Sep 11, 2022 pro
Continuing on from Episode 364, we look at a few different approaches to getting live updates on Full Calendar. We look at a few attempts which seems to work, but introduce unfavorable bugs and finally a workaround to get things working nicely.

Tailwind CSS
Play
14:44 CC

Tailwind CSS

#367 Sep 18, 2022 pro
In this episode, we look at adding Tailwind CSS to our Rails 7 application as well as applying a component library on top to add simplicity and consistency to our views.

Cloudflare Turnstile
Play
14:30 CC

Cloudflare Turnstile

#379 Dec 11, 2022 pro
Cloudflare Turnstile delivers frustration-free, CAPTCHA-free web experiences to website visitors. In this episode, we'll look at implementing this a few different ways and resolving some issues with Turbo.

Tokenized Search
Play
34:14 CC

Tokenized Search

#401 May 14, 2023 pro
Creating an interactive search can be a daunting task. In this episode, we look at creating a "tokenized search" feature within our Rails application which is similar to what you'd find within New Relic or Kibana.