Global Pandemic Goofs ðŸ¦
Goofs in regards to what to call the Global Pandemic, because we're all a little crazy here.
Running the Server
If you queue up Puma it will run without issue.
bundle exec puma
Legacy
It was designed to be run with Shotgun
, to enable code reloading
without having to restart the server, but is no longer supported as of Ruby 3.0.
bundle exec shotgun