Dependent Form Fields
Play
4:19 CC

Dependent Form Fields

#17 Sep 2, 2015 free
Using unobtrusive javascript, we can hide certain fields on forms based on the selected values of other fields.

Infinite Scrolling
Play
5:40 CC

Infinite Scrolling

#29 May 16, 2016 free
Infinite scrolling is now a common feature and there are several cases where it is really useful. For instance there are some websites where we simply can’t imagine a good pagination system, like Twitter or even Facebook.

WYSIWYG Editor with Summernote
Play
7:40 CC

WYSIWYG Editor with Summernote

#27 May 2, 2016 free
Integrate Summernote WYSIWYG Editor into your application. Learn how to use AJAX callbacks to filestore your images instead of database Base64.

ActionCable - Part 1 - Configuration and Basics
Play
6:32 CC

ActionCable - Part 1 - Configuration and Basics

#37 Jul 10, 2016 free
A walkthrough on configuring ActionCable with Rails 5. Learn how to configure your mount points and the basics of using ActionCable with your Rails application.

Decoding and Interacting with Barcodes
Play
11:40 CC

Decoding and Interacting with Barcodes

#67 Feb 12, 2017 free
Using the QuaggaJS Library, learn how to scan and decode barcodes with your Ruby on Rails application. Using provided callbacks, interact with controller actions to provide a seamless experience.