Action Auth
Play
23:13 CC

Action Auth

#437 Jan 14, 2024 pro
With Rails 7.1 came a bunch of new features around token generation and with this release, I've been working on a new authentication solution that provides the basic requirements of authentication out of the box, but also has advanced features like Passkeys that are easy to implement and use.

Counter Culture
Play
14:02 CC

Counter Culture

#435 Dec 31, 2023 pro
The provided ActiveRecord counter caching mechanism provides some great basic functionality, but quickly becomes insufficient if you need more complex totaling or summing of records. In this episode, we'll look at implementing the counter_culture gem to gain extra functionality.

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.