Roles from Scratch
Play
15:11 CC

Roles from Scratch

#352 Jun 5, 2022 free
In this episode, we look at different authorization approaches from the most simple to more complex scenarios.

Like Relationships and Global ID
Play
13:27 CC

Like Relationships and Global ID

#223 Jan 5, 2020 free
In this episode we create a Like/Unlike system where users can like posts and use Global ID to obfuscate IDs.

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.

Polymorphic Associations
Play
10:31 CC

Polymorphic Associations

#98 Sep 17, 2017 free
Advancing from Single Table Inheritance, learn how Polymorphic Associations differ and tricks to simplify their usage.

Single Table Inheritance
Play
8:33 CC

Single Table Inheritance

#97 Sep 10, 2017 free
Learn to use single table inheritance to allow multiple classes to be stored in the same database table.