Environment Specific Encrypted Credentials in Rails 5.2
Play
10:47 CC

Environment Specific Encrypted Credentials in Rails 5.2

#193 Jun 16, 2019 pro
A more simplief and better retake of Episode #123 where we look at the upcoming Rails 6 changes with encrypted credentials and how to apply it to a Rails 5.2 application.

Thredded Forum
Play
9:06 CC

Thredded Forum

#195 Jun 23, 2019 pro
Thredded is a Rails 4.2+ forum/messageboard engine. Its goal is to be as simple and feature rich as possible.

AWS Security Groups and Deploying Rails 6 to Beanstalk
Play
21:15 CC

AWS Security Groups and Deploying Rails 6 to Beanstalk

#203 Aug 18, 2019 pro
Back in Episode #106, we configured and deployed to a very simple AWS Beanstalk environment. However, in this episode, we take things a bit further and explore security groups, an existing database and redis service. Also, there are a few changes that we have to do in order to get Rails 6 working within Beanstalk.

Plugging in AnyCable
Play
9:06 CC

Plugging in AnyCable

#214 Nov 3, 2019 free
ActionCable can handle quite a bit of traffic, but it gets to a point where it can become a burden on the server. With AnyCable, we can not only handle more traffic, but it is also lighter on the resources.

Bulk Upload with Active Storage
Play
7:00 CC

Bulk Upload with Active Storage

#255 Aug 16, 2020 pro
When multiple files are uploaded with Active Storage, they are typically associated to a single record. In this episode, we take a different approach where each file uploaded should be its own record along with direct uploads.