A sandbox for doing things in Ruby
As always, simply run script/bootstrap
to get started.
To start the simple Sinatra app, run the following command:
script/server
The examples/
directory contains a number of Ruby scripts/examples that you can run. Here is an example:
# in one terminal window
script/server
# in another terminal window
LOG_LEVEL=DEBUG bundle exec ruby examples/persistent_http_client.rb