WYSIWYG Editor with Summernote
Play
7:40 CC

WYSIWYG Editor with Summernote

#27 May 2, 2016 free
Integrate Summernote WYSIWYG Editor into your application. Learn how to use AJAX callbacks to filestore your images instead of database Base64.

Meta Tags
Play
4:39 CC

Meta Tags

#26 Apr 25, 2016 free
Adding Meta Tags to your website is important for SEO ranking and content display. Learn how to easily add meta tags to your Ruby on Rails application.

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.