Page Specific Javascript in Ruby on Rails
Play
4:44 CC

Page Specific Javascript in Ruby on Rails

#74 Apr 2, 2017 free
Sometimes you may find yourself with an application that has javascript that needs to execute only on a specific page. This episode lays the foundation to easily manage page specific javascript.

Working with Time Zones
Play
10:28 CC

Working with Time Zones

#217 Nov 24, 2019 pro
Time Zones in Rails can sometimes cause confusion and erratic behavior. In this episode, we look at working with Time Zones in Rails.

Slim Select with Stimulus
Play
13:25 CC

Slim Select with Stimulus

#308 Aug 8, 2021 pro
Using Stimulus and Slim Select, we can get performant results quickly and efficiently.

WYSIWYG Editor with Trix
Play
4:16 CC

WYSIWYG Editor with Trix

#28 May 9, 2016 free
Compose beautifully formatted text in your web application. Trix is a WYSIWYG editor for writing messages, comments, articles, and lists.

Plotting Points on a Map from Scratch
Play
8:33 CC

Plotting Points on a Map from Scratch

#86 Jun 25, 2017 free
Using the Google Maps Javascript API, learn how to plot markers onto a map. Load markers and info windows through AJAX calls to your Rails JSON API.