Skip to content

Latest commit

 

History

History
191 lines (142 loc) · 7.06 KB

documentation.markdown

File metadata and controls

191 lines (142 loc) · 7.06 KB
title layout
Sinatra: Documentation
default

Documentation

A whirlwind tour of Sinatra's most interesting features.

Detailed documentation on all of Sinatra's built-in settings and using set, enable, and disable to configure them.

Guide to testing Sinatra apps.

A collection of common Sinatra extensions, that tries to include the stuff developers ask for a lot and isn't part of Sinatra.

How to use Sinatra extensions in your application and links to extensions in the wild.

How to add new functionality to Sinatra using the extension APIs.

Project Information

Answers to those questions most frequently asked on the mailing list and in #sinatra.

Release Notes

See the CHANGES file included for release notes about each release:

RDoc documentation courtesy of rubydoc.info.

List of applications, libraries, websites and companies using Sinatra.

An in-depth look at building and deploying Sinatra applications. Maintained by Chris Schneider and Zachary Scott.

Community contributed recipes and tutorials for Sinatra.

Screencasts and Presentations

Ben Schwarz presents Sinatra and his realisations of its inner workings in regard to rack and rack middlware at Melbourne RORO shortly after Railsconf (US).

Adam Wiggins and Blake Mizerany present Sinatra and RestClient at RubyConf 2008. The talk details Sinatra's underlying philosophy and reflects on using Sinatra to build real world applications.

Meet Sinatra (PeepCode)

Dan Benjamin introduces Sinatra in an hour-long screencast. Build an ad server with DataMapper, JavaScript, HAML, and Sinatra. In collaboration with Sinatra creator Blake Mizerany. Only $9.

Classy Web Development with Sinatra (Prag's Screencast Series)

Adam Keys and The Pragmatic Programmers have started a series of screencasts on Sinatra. The first two episodes cover creating a tiny web app and creating a REST service. $5 a pop.

Sinatra at Locos x Rails, in Buenos Aires

By Nicolás Sanguinetti, April 2009.

Introduction to Sinatra (screencasts.org)

The first episode in screencasts.org's Sinatra series.

An introduction to sinatra as a rest server from WebNet Conference

Sinatra autopsy by Aleksander Dabrowski

Around The Web

Peter Cooper's compendium with links to tutorials, example applications, and presentations.

Christopher's blog is a treasure-trove of useful Sinatra related information.