Reset Password from Scratch
Play
24:24 CC

Reset Password from Scratch

#316 Sep 26, 2021 pro
Continuing from Episode 300, we look at creating a password reset feature. We explore some of the security concerns around this feature and some mitigating options.

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.

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.

Drag and Drop with Hotwire
Play
8:27 CC

Drag and Drop with Hotwire

#311 Aug 29, 2021 pro
Acts as List provides the capabilities for sorting and reordering a number of objects in a list. In combination with SortableJS and Hotwire (Stimulus), we can create a positionable list with ease.

Adding Custom Buttons to Action Text
Play
15:16 CC

Adding Custom Buttons to Action Text

#310 Aug 22, 2021 pro
In this episode, we extend Action Text with an additional button to change the text colors of the WYSIWYG editor.