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.

Debugging with Remote Pry
Play
7:16 CC

Debugging with Remote Pry

#130 Apr 22, 2018 pro
Puma-dev combined with Remote Pry is a strong combo for debugging and ease of development.

Website Accessibility
Play
9:00 CC

Website Accessibility

#213 Oct 27, 2019 pro
In this episode, we add Bootstrap into a Rails 6 application and look at various aspects of website accessibility.

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.