Optimistic Locking
Play
9:15 CC

Optimistic Locking

#327 Dec 12, 2021 pro
Optimistic Locking is a feature to prevent collision when two users are editing the same record. In this episode, we look at adding this feature into a Rails 7 application that is using Turbo.

Unsaved Changes
Play
11:47 CC

Unsaved Changes

#423 Oct 8, 2023 pro
In this episode, we'll look at creating a stimulus controller that will alert the user if there are unsaved changes on a form before they navigate away from the page or reload the site.

Cropping Images with JCrop
Play
7:00 CC

Cropping Images with JCrop

#77 Apr 23, 2017 free
Extend your image upload functionality with JCrop. Learn to redirect the user to a crop page once they have uploaded their image and save versions of the cropped images.

Gathering Questionnaire Responses
Play
19:49 CC

Gathering Questionnaire Responses

#295 May 9, 2021 pro
Continuing from the previous episode, we look at fixing nested forms when used inside of nested forms as well as gathering responses from the questionnaires.

Form Input UX
Play
16:41 CC

Form Input UX

#428 Nov 12, 2023 pro
In this episode, we'll focus on the user experience (UX) of form inputs by adding formatting of the text as the user inputs the data.