Restricting Access by IP Address
Play
4:22 CC

Restricting Access by IP Address

#92 Aug 6, 2017 free
Learn to lock down your application or parts of your application by IP Addresses.

ActionCable - Part 3 - Securing Your WebSockets
Play
5:48 CC

ActionCable - Part 3 - Securing Your WebSockets

#39 Jul 24, 2016 free
Using authentication and authorization, lock down your ActionCable WebSockets so that messages are only sent and received to the intended users.

Production Deployment on Ubuntu
Play
16:15 CC

Production Deployment on Ubuntu

#31 May 30, 2016 free
A guide to configure your Ubuntu installation and deploy a Ruby on Rails application. Lock down the settings to prevent unwanted access.

Authorization with Pundit
Play
6:31 CC

Authorization with Pundit

#47 Sep 18, 2016 free
Prevent unauthorized access to your application with Pundit; an authorization library for Ruby on Rails which restricts what resources a given user is allowed to access.

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.