Not RJS and Turbolinks - Part 2
Play
6:09 CC

Not RJS and Turbolinks - Part 2

#21 Nov 25, 2015 free
A continuation from Episode 20 where we explore rendering the user's edit pages in a modal on a per request basis. Instead of rendering all modals for the users in the index, we will request them using remote javascript.

Deleting and Undeleting with Paranoia
Play
7:34 CC

Deleting and Undeleting with Paranoia

#19 Oct 7, 2015 free
When your app is using Paranoia, calling destroy on an ActiveRecord object doesn't actually destroy the database record, but just hides it.

Dependent Form Fields
Play
4:19 CC

Dependent Form Fields

#17 Sep 2, 2015 free
Using unobtrusive javascript, we can hide certain fields on forms based on the selected values of other fields.

Refile Uploads with Progress Bar
Play
2:41 CC

Refile Uploads with Progress Bar

#15 Aug 23, 2015 free
Adding progress bars to your Refile uploader is easy thanks to the included javascript library from Refile. Learn how to add progress bars to your application.

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.