Nested Comments from Scratch
Play
28:37 CC

Nested Comments from Scratch

#157 Oct 28, 2018 pro
Using polymorphic associations, we can have comments assigned to a post as well as comments assigned to other comments.

Friend Requests Views, Controllers, and Model Methods
Play
18:12 CC

Friend Requests Views, Controllers, and Model Methods

#156 Oct 21, 2018 pro
Part II - In this episode, we create performant links for adding, accepting/rejecting and removing friends for our social media application.

Friend Requests From Scratch
Play
14:59 CC

Friend Requests From Scratch

#155 Oct 14, 2018 pro
Part I - In this episode, we create our authentication for users, default view for authenticated users, friendship model, associations and scopes for our social media application.

Deeper Dive into StimulusJS
Play
32:11 CC

Deeper Dive into StimulusJS

#152 Sep 23, 2018 pro
In this episode, we look at combining Rails UJS, nested routes, scopes and StimulusJS. A deep dive from the beginning to completion of multiple select boxes changing based on their selections.

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.