Associations and Mathematical Business Logic
Play
17:38 CC

Associations and Mathematical Business Logic

#220 Dec 15, 2019 pro
In this episode, we build our associations and organize our mathematical business logic.

Testing View Components
Play
9:51 CC

Testing View Components

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

Web Interactions with Mechanize
Play
13:37 CC

Web Interactions with Mechanize

#131 Apr 29, 2018 pro
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted.

Authentication from Scratch
Play
20:26 CC

Authentication from Scratch

#300 Jun 13, 2021 pro
It's never a bad thing to understand how authentication works in a Ruby on Rails application without reaching for a gem. In this episode, we look at how authentication works in a modern Ruby on Rails application and some reasons why we shouldn't roll our own solution.

Cache Warming
Play
23:17 CC

Cache Warming

#273 Dec 13, 2020 pro
Caching is a great way to speed up your applications. However, when a cache becomes stale, there could be a user experience degradation until the cache is rebuilt. In this episode, we look at implementing a background job to rebuild the cache.