Creating Custom Ruby on Rails Generators
Play
11:02 CC

Creating Custom Ruby on Rails Generators

#89 Jul 16, 2017 free
Simplify your workflow by using custom generators to streamline the creation of files and templates that you use often.

Virtual Columns with JSON Data Types
Play
7:10 CC

Virtual Columns with JSON Data Types

#88 Jul 9, 2017 free
Continuing from Episode #87, we take a deeper dive into virtual columns in Rails 5.1 and use them to parse JSON Data Types with adding indexes to the virtual column.

Virtual Columns in MySQL
Play
4:38 CC

Virtual Columns in MySQL

#87 Jul 2, 2017 free
In Ruby on Rails 5.1.0, generated virtual column support was added for MySQL and MariaDB. Using generated and stored columns can leverage heavy calculations to the SQL side.

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.

Working with Subdomains
Play
7:40 CC

Working with Subdomains

#85 Jun 18, 2017 free
Learn to create a multi-tenant application where access to tenants are determined by the subdomain.