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.

Impressionist
Play
5:50 CC

Impressionist

#2 Jul 19, 2015 free
A lightweight plugin that logs impressions per action or manually per model

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.

Page Not Found
Play
12:55 CC

Page Not Found

#404 Jun 4, 2023 free
In this episode, we take a few different approaches in how we display error pages in our Rails application. We'll also look at a few potential problems with each approach that we need to be aware of.

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.