Digital Ocean App Platform
Play
17:36 CC

Digital Ocean App Platform

#434 Dec 24, 2023 pro
Fly, AWS App Runner, Render and Heroku are great choices for Platform as a Service solutions, but there's Digital Ocean's App Platform. In this episode we'll look at deploying a Rails 7.1 application to this Digital Ocean PaaS.

Custom Dashboard - Part 2
Play
16:19 CC

Custom Dashboard - Part 2

#433 Dec 17, 2023 pro
In this episode, we continue on from the previous episode where we finish up the dashboard and configure the views with Turbo Frame Tags.

Custom Dashboard - Part 1
Play
43:14 CC

Custom Dashboard - Part 1

#432 Dec 10, 2023 pro
In this episode, we'll look at creating the initial management for a customizable dashboard. Users can add and arrange widgets to their dashboard.

Rails Organization
Play
19:12 CC

Rails Organization

#430 Nov 26, 2023 pro
In this episode, we look at refactoring a model with a few different approaches; modules, classes and concerns. We'll explore each implementation and when I'd use one over the other.

Working with YAML
Play
10:07 CC

Working with YAML

#429 Nov 19, 2023 pro
In this episode, we look at a few different ways that we can interact with YAML files in our Ruby on Rails application; using them for loading configurations and also seeding data.