Local Mail Delivery
Play
8:39 CC

Local Mail Delivery

#329 Dec 26, 2021 pro
Sending out emails is an important for of communication in our Rails applications. In this episode, we look at creating a local smtp relay with a web frontend to view the emails sent from our Rails application.

Website Accessibility
Play
9:00 CC

Website Accessibility

#213 Oct 27, 2019 pro
In this episode, we add Bootstrap into a Rails 6 application and look at various aspects of website accessibility.

Active Storage Uploads Behind a CDN
Play
15:59 CC

Active Storage Uploads Behind a CDN

#256 Aug 23, 2020 pro
Even fast websites can seem slow if it takes a while for the content to get to them. This can be partially solved with a Content Delivery Network (CDN). However, most resources usually only shows how to set up static assets and not uploaded content. Learn how to use Amazon CloudFront to cache and serve uploaded content from Active Storage.

Feature Rollout
Play
17:21 CC

Feature Rollout

#283 Feb 14, 2021 pro
Using feature flags based on Redis, we can enable and disable access to certain areas of our application. In this episode, learn how to set up this functionality.

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.