Saving Attributes with Hotwire
Play
20:10 CC

Saving Attributes with Hotwire

#373 Oct 30, 2022 pro
With Hotwire, we can create form where each input field is saved once a user has changed its value. We look at some of the common issues that you could run into when using Hotwire and some ways to mitigate those problems.

Mapbox Geolocation
Play
30:16 CC

Mapbox Geolocation

#372 Oct 23, 2022 pro
Using Hotwire and the Mapbox API, we can track the location of a user and playback their recorded GPS coordinates.

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.

Booking System
Play
28:27 CC

Booking System

#364 Aug 28, 2022 pro
In this episode, we use Hotwire and FullCalendar to create an appointment scheduling program. We will look at blocking appointments outside of business hours as well as preventing overlapping appointments.

Hotwire Question and Answer Feature
Play
41:09 CC

Hotwire Question and Answer Feature

#363 Aug 21, 2022 pro
In this episode, we create a highly interactive question and answer feature using Ruby on Rails and Hotwire. We also look at handling contextual actions based on the user when broadcasting the answers, all without writing any javascript.