Building this small demo app for the series about Sinatra and Sequel on Code Little http://codelittle.com/tag/simple-models-sequel/
To clone this project on your machine do the following:
git clone --depth=1 https://github.com/codelittle/simple-models-sequel.git
cd simple-models-sequel
bundle install
ruby app.rb
# You're set, now open your browser to http://localhost:4567