Not RJS and Turbolinks
Play
8:55 CC

Not RJS and Turbolinks

#20 Nov 9, 2015 free
Using Javascript responses, we can make our Rails application have a quick and responsive Single Page Application feel to it.

DRY up your Javascript
Play
4:30 CC

DRY up your Javascript

#41 Aug 8, 2016 free
Learn how avoid duplicate code to reuse existing javascript.

Nested Forms with Cocoon
Play
4:40 CC

Nested Forms with Cocoon

#71 Mar 12, 2017 free
Using the unobtrusive gem, Cocoon, learn how to handle multiple models in a single form with accepts_nested_attributes_for.

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.

Multiple Resources with Devise
Play
15:48 CC

Multiple Resources with Devise

#290 Apr 4, 2021 free
Sometimes we get into situations where our applications requires a different type of user account which wouldn't really fit into a role. So, in this episode we look at creating multiple resources for authentication with Devise.