Javascript Select Form Fields with Chosen
Play
6:40 CC

Javascript Select Form Fields with Chosen

#76 Apr 16, 2017 free
Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. Learn how to use Chosen in a few different ways in this episode; Rails form builder and Simple Form.

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.

Pagination with Kaminari
Play
2:37 CC

Pagination with Kaminari

#73 Mar 26, 2017 free
When displaying a significant number of records, it is often a basic functions in a web application is to paginate the records and load them as requested.