ActionCable - Part 1 - Configuration and Basics
Play
6:32 CC

ActionCable - Part 1 - Configuration and Basics

#37 Jul 10, 2016 free
A walkthrough on configuring ActionCable with Rails 5. Learn how to configure your mount points and the basics of using ActionCable with your Rails application.

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.

Importing and Exporting CSV Data
Play
5:33 CC

Importing and Exporting CSV Data

#35 Jun 26, 2016 free
Basics on importing and exporting CSV Data using Ruby and without gems.

Playing with JSON
Play
3:01 CC

Playing with JSON

#34 Jun 19, 2016 free
Some neat tips and tricks for interacting with and parsing JSON responses from an API.

Progressive Render
Play
3:26 CC

Progressive Render

#33 Jun 13, 2016 free
Slow content got you down? Load it later! Use this gem to defer loading of portions of your page until after load. They will be fetched via AJAX and placed on the page when ready.