Refile Uploads with Progress Bar
Play
2:41 CC

Refile Uploads with Progress Bar

#15 Aug 23, 2015 free
Adding progress bars to your Refile uploader is easy thanks to the included javascript library from Refile. Learn how to add progress bars to your application.

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.

Uploading Files with Refile
Play
3:17 CC

Uploading Files with Refile

#13 Aug 19, 2015 free
Refile is a modern file upload library for Ruby applications. It is simple, yet powerful. This episode covers the basics of uploading and displaying images. Next episodes will cover protecting files and progress bars.

Static Pages with High Voltage
Play
5:11 CC

Static Pages with High Voltage

#12 Aug 10, 2015 free
Creating Static Pages within your Rails application is easy and configurable with High Voltage.

Annotate
Play
2:56 CC

Annotate

#11 Aug 7, 2015 free
With strong params replacing attr_accessible, a difficulty has arisen with referencing to the structure of your models. With annotate, we can generate the structure of our models in the comments of our models.