Browse the Ruby on Rails Community.

You are here: Browse Rubygems Sinatra

Sinatra

Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort:

  1. myapp.rb require ‘sinatra’
get '/' do
  'Hello world!'
end

Install the gem and run with:

gem install sinatra
ruby -rubygems myapp.rb

View at: localhost:4567

Find Sinatra on Rubyforge

Users


See all 17 member details


Membership

+ Join this rubygem

Record Maintainer

'None'