Sinatra

Edit this Page

Sinatra is a web application framework that makes it easy to respond to http requests in ruby.

It is much smaller than Rails; and doesn't hide as many details about what's going on as rails does. This makes it an ideal learning tool for understanding the web.