Database, Model and Scopes
Play
15:36 CC

Database, Model and Scopes

#150 Sep 9, 2018 pro
In this episode, we take a look at some tips and tricks around the database schema and model scopes.

Rails Presenters
Play
9:15 CC

Rails Presenters

#149 Sep 2, 2018 free
Separating view logic from bloated models can help maintain the model in the long run.

ActiveRecord Callbacks
Play
12:26 CC

ActiveRecord Callbacks

#148 Aug 26, 2018 pro
Callbacks are great for quickly tapping into the object life cycle. However, after a model or an application grows, it will become harder to maintain over time. It is better to extract the responsibility and separate the logic.

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.