Encrypted Credentials in Rails 5.2
Play
12:01 CC

Encrypted Credentials in Rails 5.2

#123 Mar 4, 2018 free
In this episode, we take a look at the Encrypted Credentials of Ruby on Rails 5.2 and how we can patch it so that we can use other YAML files like a development.yml and test.yml.

Turbo Native for iOS
Play
21:51 CC

Turbo Native for iOS

#286 Mar 7, 2021 free
In this episode, we look at modifying our Rails application and building a hybrid native application for iOS using Hotwire.

Not RJS and Turbolinks
Play
8:55 CC

Not RJS and Turbolinks

#20 Nov 9, 2015 free
Using Javascript responses, we can make our Rails application have a quick and responsive Single Page Application feel to it.

puma-dev replacement for pow and prax
Play
6:24 CC

puma-dev replacement for pow and prax

#40 Jul 31, 2016 free
Puma-dev is the emotional successor to pow. It provides a quick and easy way to manage apps in development on OS X; supporting web sockets and ssl.

DRY up your Javascript
Play
4:30 CC

DRY up your Javascript

#41 Aug 8, 2016 free
Learn how avoid duplicate code to reuse existing javascript.