/dorsey

A Sinatra-like web framework to illustrate how to build a Sinatra-like web framework.

Primary LanguageRuby

Dorsey

Introduction

A Sinatra-like web framework to illustrate how to build a Sinatra-like web framework (named after Frank Sinatra's right hand man Tommy Dorsey).

This framework was built for workshops during the ruby bootcamp for Sky.

Running

First install dependent gems:

bundle install

Then run the app with:

bundle exec shotgun app.ru

Testing

Run the specs with:

bundle exec rspec spec/example_spec.rb

Build Status