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.

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.

Caching with Dalli
Play
6:46 CC

Caching with Dalli

#18 Sep 22, 2015 free
Dalli is a great interface for Memcached through Ruby.

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.

Complex Strong Parameters
Play
4:52 CC

Complex Strong Parameters

#16 Aug 28, 2015 free
Make your strong parameters do more by extracting the logic in order to maximize the ability and security of your application.