Client Side Validations
Play
5:26 CC

Client Side Validations

#32 Jun 6, 2016 free
Give early warning to users of form errors before they submit. With client side validations, the user can correct any errors prior to submitting the form.

Hotwire Turbo Replacing Rails UJS
Play
9:36 CC

Hotwire Turbo Replacing Rails UJS

#307 Aug 1, 2021 free
In this episode, we look at some common functionality that we got with Rails UJS and what it looks like to reimplement these with Hotwire's Turbo and StimulusJS.

Drag and Drop with Interact.js
Play
15:20 CC

Drag and Drop with Interact.js

#75 Apr 9, 2017 free
Using Interact.js to create draggable and droppable items in our view, we can use AJAX callbacks on events to interact with our Ruby on Rails application. Also, learn how to use Ruby Assets to manage our Javascript Libraries.

SweetAlerts in Rails 6
Play
12:09 CC

SweetAlerts in Rails 6

#202 Aug 11, 2019 pro
Sometimes adding a javascript library can be difficult because either it's not a straightforward process or some of the blog articles are either outdated or don't work properly. In this episode, we look at adding SweetAlerts into a Rails 6 application with Webpacker.

Reactive Applications with Stimulus Reflex
Play
16:30 CC

Reactive Applications with Stimulus Reflex

#209 Sep 29, 2019 pro
Create Reactive and Single Page Application like with no javascript or with Stimulus Controllers.