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.

Rails API Documentation
Play
15:18 CC

Rails API Documentation

#146 Aug 12, 2018 pro
In this episode, we look at creating an interactive documentation for a Rails API.

Improving Partial Loading Performance
Play
11:38 CC

Improving Partial Loading Performance

#145 Aug 5, 2018 free
N+1 queries can make an application slow. Having queries called within views can also slow down an app as well as making it less extendable.

Creating PDF files with WickedPDF
Play
9:46 CC

Creating PDF files with WickedPDF

#144 Jul 29, 2018 pro
Easily create PDF files within your Rails Application with Wicked PDF.

iOS Authentication with a Rails API
Play
19:33 CC

iOS Authentication with a Rails API

#143 Jul 22, 2018 pro
In this episode, we look at creating an iOS Application which will communicate with the Rails API application from the previous episode.