Seed like a Pro
Play
19:05 CC

Seed like a Pro

#284 Feb 21, 2021 pro
Seeding your database is often an overlooked part of development and it has a lot of benefits that can help uncover issues within your application. However, maintaining the seeds.rb can be difficult and things can get out of hand quickly. In this episode, learn how to manage and maintain the seeds file.

Getting Started - Ruby on Rails - Architectural Overview
Play
21:50 CC

Getting Started - Ruby on Rails - Architectural Overview

#57 Dec 4, 2016 free
For beginners, learn the basic structure of a Ruby on Rails application and the request lifecycle. Learn how different components of a Rails application interact with each other.

Ruby on Docker
Play
16:55 CC

Ruby on Docker

#274 Dec 20, 2020 pro
Learn to use Docker to manage our Ruby interpreter and use it to template new Rails applications.

Pow
Play
3:28 CC

Pow

#1 Jul 18, 2015 free
Serve your applications on your development machine with ease. Pow allows a dev domain to your local machine for spinning up linked applications

Creating Health Checks
Play
15:50 CC

Creating Health Checks

#208 Sep 22, 2019 pro
Health Checks are an important part of monitoring an application's health. However, a simple status response may not be sufficient. In this episode, we look at creating a health check which monitors some dependencies of a Rails application.