Removing Friendly Id
Play
15:49 CC

Removing Friendly Id

#242 May 17, 2020 pro
Sometimes we reach for a gem because it is what we know or we've had great experience with it in the past. However, sometimes the gem is a sledgehammer for a small problem. When you don't need all of the features, sometimes developing the functionality inside your application may be a better route.

Reusable Ruby on Rails Application Templates
Play
8:09 CC

Reusable Ruby on Rails Application Templates

#241 May 10, 2020 pro
Application Templates are a great way to get a base for your application. However, once you have used the template, it doesn't serve any further purpose. In this episode, we look at the power of Templates in a reusable application for existing applications.

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.