Deploying a Sinatra app on Nginx/Passenger with Capistrano and Git Need a quick web app done in Ruby? While Ruby on Rails is a great framework, it is overkill for a simple one page application. Enter: Sinatra. Sinatra is a light-weight Ruby framework intended for fast web applications. In fact, here is all you need for a hello world app: # myapp.rb require 'rubygems' require 'sinatra' get '/' d
{{#tags}}- {{label}}
{{/tags}}