Introducing fly.io/terminal

Give the following a try:

rails new welcome --minimal
cd welcome
echo 'Rails.application.routes.draw { root "rails/welcome#index" }' > config/routes.rb
fly launch
fly deploy

Accept all defaults on fly launch. Or watch it here:

6 Likes