mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
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://www.sinatrarb.com/
|