Testing View Components
Play
9:51 CC

Testing View Components

#293 Apr 25, 2021 pro
View Components allow testing the rendered views much easier.

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.

Form Wizards from Scratch
Play
28:05 CC

Form Wizards from Scratch

#291 Apr 11, 2021 pro
Learn how to make form wizards without any external dependencies. This will allow you to have a simple extendable workflow and optionally to take advantage of Hotwire to create a seamless experience.

Multiple Resources with Devise
Play
15:48 CC

Multiple Resources with Devise

#290 Apr 4, 2021 free
Sometimes we get into situations where our applications requires a different type of user account which wouldn't really fit into a role. So, in this episode we look at creating multiple resources for authentication with Devise.

Gem in a Box
Play
13:11 CC

Gem in a Box

#289 Mar 28, 2021 pro
There's many benefits to running your own cache and proxy for Ruby gems. In this episode, we look at provisioning, configuring our system and projects to use a Gem in a Box instance.