Authentication Crash Course with Devise
Play
8:04 CC

Authentication Crash Course with Devise

#45 Sep 5, 2016 free
Devise is a flexible authentication solution for Rails based on Warden. Learn how to add a stable authentication solution like Devise to your application.

Capturing Signatures with Signature Pad
Play
8:14 CC

Capturing Signatures with Signature Pad

#44 Aug 28, 2016 free
Using the Javascript Library, Signature Pad, learn how to capture user signatures and store them within your Ruby on Rails application.

Antivirus Uploads with Clamby
Play
5:26 CC

Antivirus Uploads with Clamby

#43 Aug 21, 2016 free
Using ClamAV, scan files uploaded to your application for viruses. In the event of a virus learn how to gracefully handle the infected file and notify the user.

FullCalendar Events and Scheduling
Play
14:19 CC

FullCalendar Events and Scheduling

#42 Aug 14, 2016 free
Learn how to incorporate FullCalendar into your Ruby on Rails application with listing and creating events. Using unobtrusive javascript, we can create a fast interactive calendar.

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.