ActionController::Renderer
Play
4:40 CC

ActionController::Renderer

#36 Jul 4, 2016 free
ActionController::Renderer allows you to render arbitrary templates without requirement of being in controller actions.

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.

Faye WebSockets - Part 1
Play
7:07 CC

Faye WebSockets - Part 1

#22 Feb 23, 2016 free
Using WebSockets, we are able to create a realtime notification between browsers. Useful for in-app messaging, chats, and more! Learn how to use Faye's Publish and Subscribe methods. I believe that this paves the way for successfully using and learning the upcoming ActionCable.

ActionCable on Production
Play
6:13 CC

ActionCable on Production

#3 Jul 20, 2015 free
Taking a look at ActionCable and switching from Puma to Thin. On server reboot, spin up the ActionCable service.