Skip to content

Instantly share code, notes, and snippets.

View andrasio's full-sized avatar

Andrés N. Robalino andrasio

View GitHub Profile
@andrasio
andrasio / Readme.md
Last active August 29, 2015 14:21 — forked from JoshCheek/Readme.md

A small clone of Sinatra, as a learning exercise.

A small example app

$ gem install rack
$ rackup config.ru

Now go to "http://localhost:9292/greet" and you'll be presented with a form.