Skip to content

Latest commit

 

History

History
149 lines (95 loc) · 4.84 KB

documentation.markdown

File metadata and controls

149 lines (95 loc) · 4.84 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.

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

Sinatra is going 1.0, breaking backward compatibility for the first time in two years. The 1.0 FAQ includes information and best practices for upgrading.

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 railsapi.com.

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

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

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.

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.