Sessions
Play
12:49 CC

Sessions

#292 Apr 18, 2021 pro
In Rails apps, by default, browsers will use cookies to store session data. In this episode, we look at the default browser cookie and alternative approaches to storing the session data.

Importmaps in Rails 7
Play
8:14 CC

Importmaps in Rails 7

#312 Sep 5, 2021 free
Import maps let you import JavaScript modules using logical names that map to versioned/digested files – directly from the browser. This will be a default in the upcoming Rails 7.

Logging in Rails
Play
10:31 CC

Logging in Rails

#314 Sep 12, 2021 pro
Logging is an important part of understanding the behavior of your applications. Your logs contain essential records of application operations including database queries, server requests, and errors.

Securing Downloads with Global ID
Play
22:57 CC

Securing Downloads with Global ID

#315 Sep 19, 2021 pro
With custom controllers and Global ID, we can lock down Active Storage files to provide a link which expires after a duration of time. At the beginning of the video, I tour the new Rails 7 template and configuration that will be used for episodes going forward.

Error Tracking from Scratch
Play
15:26 CC

Error Tracking from Scratch

#317 Oct 3, 2021 free
In this episode, we look at creating a middleware to track errors to publish to another error "from scratch" error monitoring application.