videoreadr
Edufied.com Rails app - VideoReadr.
A Rails 3.2 edtech app from 2013, shipped under the Edufied.com brand. The core idea was annotating videos with timestamped paragraphs for educational use - a real product surface rather than a scaffold, with versioned content, multi-tier privacy, an admin UI, and Facebook OAuth login.
The Envideo model carried paragraphs, privacy levels (community / public / unlisted / private), and slugs; auth was Devise + Warden + Omniauth + CanCan, with vestal_versions for content versioning. MySQL backend, Capistrano deploys, Haml + Formtastic + jQuery on the front end, RSpec + Cucumber for tests. One of the more substantive Rails-era projects in this portfolio - and it consumed the author's own cache-with-yuicompressor gem for asset compression.