A barebones Ruby app using Rails 7.
Make sure you have Ruby and Rails 7 installed.
$ git clone https://github.com/migetapp/ruby-hello-world.git # or clone your own fork
$ cd ruby-hello-world
$ rails sYour app should now be running on localhost:5000.