Production Deployment on Ubuntu
Play
16:15 CC

Production Deployment on Ubuntu

#31 May 30, 2016 free
A guide to configure your Ubuntu installation and deploy a Ruby on Rails application. Lock down the settings to prevent unwanted access.

Authentication Crash Course with Devise
Play
8:04 CC

Authentication Crash Course with Devise

#45 Sep 5, 2016 free
Devise is a flexible authentication solution for Rails based on Warden. Learn how to add a stable authentication solution like Devise to your application.

Database Index Optimization and Migration Maintenance
Play
4:54 CC

Database Index Optimization and Migration Maintenance

#53 Nov 6, 2016 free
Adding indexes to your databases can increase the SQL search performance on your tables. As your application grows, migration files can become out of hand, use squasher to squish them down to a single file.

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 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.