Creating a Ruby Domain Specific Language (DSL)
Play
21:02 CC

Creating a Ruby Domain Specific Language (DSL)

#166 Dec 30, 2018 pro
In this episode, we look at creating a DSL for HTML tables. Though a simple example, it opens a lot of possibilities for consistency and expandable in what can be done with a DSL.

Rails Scaffold with VueJS
Play
17:24 CC

Rails Scaffold with VueJS

#169 Jan 20, 2019 pro
In this episode, we look at replacing the generated scaffold form in Rails with a VueJS rendered form. We will use Turbolinks and VueJS Props to pass data between the view and redirect the client to various pages.

ActionCable - Part 3 - Securing Your WebSockets
Play
5:48 CC

ActionCable - Part 3 - Securing Your WebSockets

#39 Jul 24, 2016 free
Using authentication and authorization, lock down your ActionCable WebSockets so that messages are only sent and received to the intended users.

Static Pages with High Voltage
Play
5:11 CC

Static Pages with High Voltage

#12 Aug 10, 2015 free
Creating Static Pages within your Rails application is easy and configurable with High Voltage.

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.