Skip to content

GrantBirki/ruby-sandbox

Repository files navigation

ruby-sandbox

lint

A sandbox for doing things in Ruby

Setup 🛠

As always, simply run script/bootstrap to get started.

Usage 💻

Simple Sinatra App

To start the simple Sinatra app, run the following command:

script/server

Running an Example

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

About

A sandbox for doing things in Ruby

Topics

Resources

Stars

Watchers

Forks