Securing File Uploads
Play
6:19 CC

Securing File Uploads

#14 Aug 22, 2015 free
Be default, Refile does not have a way to secure file downloads. It relies on a generated hash that is unknown to users unless the page renders that image or has a download to that file. This is okay sometimes, however, protecting the file from being downloaded for those who have the URL is a bit more involved.

Faye WebSockets - Part 1
Play
7:07 CC

Faye WebSockets - Part 1

#22 Feb 23, 2016 free
Using WebSockets, we are able to create a realtime notification between browsers. Useful for in-app messaging, chats, and more! Learn how to use Faye's Publish and Subscribe methods. I believe that this paves the way for successfully using and learning the upcoming ActionCable.

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.

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.

Ruby on Rails Development with Microsoft Windows 10
Play
8:05 CC

Ruby on Rails Development with Microsoft Windows 10

#132 May 6, 2018 free
Developing a Ruby on Rails application on Windows can be difficult, but doesn't have to be with Bash on Windows. Learn how to use Bash to install the Ruby interpreter.