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.
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Sinatra optionally integrates with haml/sass or Builder
|
|
for templating and mongrel or thin as an HTTP server.
|
|
To use them, install the respective ports separately:
|
|
|
|
www/rubygem-haml
|
|
devel/rubygem-builder
|
|
www/rubygem-mongrel
|
|
www/rubygem-thin
|
|
EOM
|
|
}
|
|
]
|