Sinatra

sinatra/CHANGES at master · sinatra/sinatra · GitHub

require 'sinatra' get '/hi' do "Hello World!" end. Put this in your pipe. $ gem install
sinatra $ ruby hi.rb == Sinatra has taken the stage ... >> Listening on 0.0.0.0: ...


Sinatra::Contrib

Getting Started - Sinatra: README

7 Jun 2013 ... sinatra - Classy web-development dressed in a DSL (official / canonical repo)


Sinatra: Configuring Settings

- Cached


Sinatra: The Blog

Sinatra::Contrib. Starting with 1.3.0, every Sinatra release will be followed by a
Sinatra::Contrib release which will include collection of common Sinatra ...


Sinatra: Frequently Asked Questions

- Cached


Sinatra: Writing Extensions

View at: http://localhost:4567. It is recommended to also run gem install thin ,
which Sinatra will pick up if available. Routes. In Sinatra, a route is an HTTP
method ...


Sinatra Book

Testing Sinatra with Rack::Test

Configuring Settings. Sinatra includes a number of built-in settings that control
whether certain features are enabled. Settings are application-level variables that
 ...