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.

Reloadable Fixtures
Play
25:10 CC

Reloadable Fixtures

#443 Feb 18, 2024 pro
In this episode, we'll have a look at a way where we can use fixtures to manage the data in our development environment, tests and a demo environment. We'll dive into some complications and nuances with handling fixtures in ActionText and ActiveStorage.

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.

Dot Files
Play
14:35 CC

Dot Files

#415 Aug 20, 2023 pro
Dot files are important for customizing our development experience and in this episode, we'll have a look at the .zshrc, .gemrc, .railsrc, and .irbrc dot files and how we can customize them to make our development life easier.

Developing in Docker
Play
34:28 CC

Developing in Docker

#414 Aug 13, 2023 pro
I use Docker every day and it has make my development workflow much simpler. I don't have to deal with conflicts or issues with macOS since everything is containerized. Before, I would fight my host operating system with mismatched dependencies and configuration problems, but using Docker during my development workflow has simplified things. In this episode, we'll run through how I use Docker on Rails applications and some of the tricks I use to solve the nuances of this approach.