DataTables
Play
15:55 CC

DataTables

#82 May 29, 2017 free
The DataTables Javascript library creates a powerful display of your application's data. Some of the features include pagination, server side processing, sorting and search.

From jQuery to ES6
Play
10:57 CC

From jQuery to ES6

#218 Dec 1, 2019 free
jQuery has been a great tool for many years, but we've seen a transition in the past years where applications have dropped jQuery and moved to vanilla javascript. In this episode, we look at some common jQuery examples and the ES6 equivalencies.

Nested Forms from Scratch
Play
9:48 CC

Nested Forms from Scratch

#70 Mar 5, 2017 free
Learn how to handle multiple models in a single form with accepts_nested_attributes_for and learn how to add and remove nested records through JavaScript.

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.