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.

Refactoring Models
Play
7:15 CC

Refactoring Models

#161 Nov 25, 2018 pro
Sometimes our models get so large that they become unmaintainable. In this episode, we look at how we can slim down the size of the models without losing functionality.

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.

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.

Activity Feed with Public Activity
Play
13:27 CC

Activity Feed with Public Activity

#159 Nov 11, 2018 pro
Add an activity feed to your application with Public Activity.