Grab Bag of Ruby and Ruby on Rails Tricks
Play
12:35 CC

Grab Bag of Ruby and Ruby on Rails Tricks

#158 Nov 4, 2018 free
In this episode, we look at various tips and tricks.

Service Objects for API Interactions with Twilio
Play
15:55 CC

Service Objects for API Interactions with Twilio

#154 Oct 7, 2018 free
In this episode, learn how to extract the interactions with an external API into a service object so that code is isolated and interchangeable.

Bundler and Binstubs
Play
7:51 CC

Bundler and Binstubs

#153 Sep 30, 2018 pro
In this episode, we look at some lesser known bundler commands including binstubs.

Safely Running Shell Commands
Play
8:26 CC

Safely Running Shell Commands

#151 Sep 16, 2018 pro
We may come across a need to run shell commands and Ruby has some built in methods which appear safe, but can introduce major security risks.

State Machines with AASM
Play
12:20 CC

State Machines with AASM

#147 Aug 19, 2018 pro
State Machines are useful for tracking the state of an object. With AASM, we take a dive into how states can transition as well as modifying states and interacting with them.