Infrastructure Migration
Play
14:09 CC

Infrastructure Migration

#374 Nov 6, 2022 free
For various reasons, we may decide to move our services off of one platform onto another. This could be due to pricing, uptime or other reasons. In this episode, we look at migrating a Ruby on Rails application and database from Heroku to Fly.

Working with Large Data
Play
15:42 CC

Working with Large Data

#201 Aug 4, 2019 free
When database tables get large, things can slow down significantly. In this episode, we look at a few things which helps keep databases performant and the client side responsive.

Improving Partial Loading Performance
Play
11:38 CC

Improving Partial Loading Performance

#145 Aug 5, 2018 free
N+1 queries can make an application slow. Having queries called within views can also slow down an app as well as making it less extendable.

Auditing with Paper Trail
Play
6:30 CC

Auditing with Paper Trail

#96 Sep 4, 2017 free
Using the paper_trail gem, track changes to model records for auditing purposes and rollback changes when required.

ActiveRecord Migrations
Play
12:00 CC

ActiveRecord Migrations

#95 Aug 27, 2017 free
This episode covers different tips and tricks around database migration files.