Real Time Updates with ActionCable
Play
22:50 CC

Real Time Updates with ActionCable

#239 Apr 26, 2020 pro
In this episode, we look at adding real time interactions with ActionCable to our Trello clone. We also look at a couple of different approaches and decisions when building out the interactions.

Inviting Collaborators from Scratch
Play
20:13 CC

Inviting Collaborators from Scratch

#238 Apr 19, 2020 pro
In this episode, we continue the Trello clone by adding a collaborator invitation mechanism to join working on lists. We look at some tricky ActiveRecord relationships and various solutions.

Sorting from Scratch
Play
10:57 CC

Sorting from Scratch

#237 Apr 12, 2020 pro
Our Trello clone continues with adding in the ability to persist sorting of items in the database. This is the third episode of our Trello clone.

Drag and Drop with draggable
Play
22:50 CC

Drag and Drop with draggable

#235 Mar 29, 2020 pro
Adding onto the previous episode, we add a drag and drop to our lists and go deeper with nested resources.

Multitenancy
Play
14:12 CC

Multitenancy

#234 Mar 22, 2020 pro
In this episode, we look at some of the practices with and working with multi-tenant applications. It is the first episode of building a Trello clone.