Skip to content

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

Notifications You must be signed in to change notification settings

joshnesbitt/dorsey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published