ActionCable - Part 2 - More Complex Example
Play
5:10 CC

ActionCable - Part 2 - More Complex Example

#38 Jul 17, 2016 free
Extending the previous episode, we look into making a realtime poll application where users can get live feedback on voting.

Broadcasting Progress from Background Jobs
Play
22:23 CC

Broadcasting Progress from Background Jobs

#408 Jul 2, 2023 free
In a previous episode, we had created a custom ActionCable channel to assist in broadcasting updates from a background job. With the introduction of Turbo, we can simplify this process as we look at a few different approaches in displaying a progress bar with real time updates from background jobs.

Faye WebSockets - Part 2
Play
6:46 CC

Faye WebSockets - Part 2

#25 Apr 17, 2016 free
Learn how to install and configure a thin server within a Linux environment hosting a Faye WebSocket application. This episode includes showing you how to server your WebSockets over a secure SSL connection.

Version Control with Git Flow
Play
6:33 CC

Version Control with Git Flow

#48 Sep 25, 2016 free
Using Git Flow, learn how to work with branches and organize your changes. Once you have completed features, learn how to merge them back into a develop branch and prepare for a release to your master branch.

ActiveRecord Migrations
Play
12:00 CC

ActiveRecord Migrations

#95 Aug 27, 2017 free
This episode covers different tips and tricks around database migration files.