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.

Infinite Scrolling
Play
5:40 CC

Infinite Scrolling

#29 May 16, 2016 free
Infinite scrolling is now a common feature and there are several cases where it is really useful. For instance there are some websites where we simply can’t imagine a good pagination system, like Twitter or even Facebook.

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.

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.

Charts and Graphs
Play
7:42 CC

Charts and Graphs

#55 Nov 21, 2016 free
Learn how to use one of three charting libraries, Chart.js, Highcharts, or Google Charts, using the Chartkick gem to create simple and unobtrusive charts in your application.