Ecommerce Store with Solidus
Play
9:43 CC

Ecommerce Store with Solidus

#176 Mar 10, 2019 pro
Overview of Solidus, a maintained fork of Spree, showing how to configure and work with this Rails Engine.

Client Side Validation with StimulusJS
Play
18:59 CC

Client Side Validation with StimulusJS

#207 Sep 15, 2019 pro
Give clients quick feedback on form validation errors with ValidateJS and StimulusJS.

Deeper Dive into StimulusJS
Play
32:11 CC

Deeper Dive into StimulusJS

#152 Sep 23, 2018 pro
In this episode, we look at combining Rails UJS, nested routes, scopes and StimulusJS. A deep dive from the beginning to completion of multiple select boxes changing based on their selections.

Rails API App - Authentication with JSON Web Tokens
Play
24:04 CC

Rails API App - Authentication with JSON Web Tokens

#138 Jun 17, 2018 pro
With a bare Rails API app, we add an authentication solution and checks per request with JSON Web Tokens, JWT.

Using React-Rails and Loading Data from Rails into React
Play
9:33 CC

Using React-Rails and Loading Data from Rails into React

#109 Dec 10, 2017 pro
In this episode, we look at one of many different ways to add the Javascript Framework, React, into our Ruby on Rails application. This tutorial covers adding react into the application and pulling and displaying database information in nested React components.