This repository was archived by the owner on May 30, 2025. It is now read-only.

Description
I'm planning a tutorial to demonstrate deploying a Ruby on Rails application at the edge using Fly.
I'm thinking I'll build a one-page Rails app that collects email addresses from users and sends them off to a backend (maybe Airtable or Mailchimp or something). After a user has submitted their email, it would show them a thank you page, even if they refresh the page (by storing the state in Redis).
The app would be packaged up as a Docker image and deployed to Fly.
If this sounds like a good idea, I'll go ahead and outline the post here. Thanks!