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.

SweetAlerts in Rails 6
Play
12:09 CC

SweetAlerts in Rails 6

#202 Aug 11, 2019 pro
Sometimes adding a javascript library can be difficult because either it's not a straightforward process or some of the blog articles are either outdated or don't work properly. In this episode, we look at adding SweetAlerts into a Rails 6 application with Webpacker.

ViewComponent in Rails
Play
12:26 CC

ViewComponent in Rails

#196 Jun 30, 2019 pro
The ViewComponent library will provide a new way for creating reusable and testable view components.

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.

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.