Skip to content

Instantly share code, notes, and snippets.

View benjaminmateev's full-sized avatar

Benjamin Mateev benjaminmateev

View GitHub Profile
require 'rubygems'
require 'sinatra'
require 'redis'
# To use, simply start your Redis server and boot this
# example app with:
# ruby example_note_keeping_app.rb
#
# Point your browser to http://localhost:4567 and enjoy!
#