ashmoran / sinatra-demo

Demo app using Sinatra and Warden

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinatra demo app

RVM setup

The project's .rvmrc expects Ruby 1.9.2 with a gemset sinatra-demo

rvm install 1.9.2
rvm use 1.9.2
rvm gemset create sinatra-demo

Installation

cd sinatra-demo
gem install bundler
bundle

Running the server

shotgun

Running the tests

cucumber

About

Demo app using Sinatra and Warden


Languages

Language:Ruby 100.0%