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

Exploring Campfire
Play
11:40 CC

Exploring Campfire

#439 Jan 24, 2024 free
In this episode, we explore the Campfire code from 37signals' Once product line. We'll install the product and grab the code base to get it up and running on our development environment.

Windows and WSL
Play
16:05 CC

Windows and WSL

#451 Apr 7, 2024 free
In this episode, we'll look at setting up a fresh Windows 11 environment for Ruby on Rails development. We'll be looking at a few different tricks that makes managing a Windows environment much easier.

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.

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.