blob: 85950c36827af9d7c9324d75f3b36d44b748896f (
plain) (
tree)
|
|
Sinatra is a DSL for quickly creating web-applications in Ruby
with minimal effort. It sits on top of Rack, a minimal standard
interface for Ruby web frameworks. For templating, the choices
include erb, haml, sass and Builder.
WWW: http://github.com/bmizerany/sinatra
|