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.

Hotkeys
Play
9:19 CC

Hotkeys

#431 Dec 3, 2023 free
Keyboard shortcuts, or Hotkeys, can provide a great experience to users of an application. In this episode, we will use a stimulus wrapper around this library to use within our Ruby on Rails application.

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.