title | layout |
---|---|
Sinatra: Documentation |
default |
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.
Answers to those questions most frequently asked on the mailing list and
in #sinatra
.
See the CHANGES
file included for release notes about each release:
- 1.3.2 December 30, 2011
- 1.3.1 October 4, 2011
- 1.3.0 September 30, 2011
- 1.2.8 December 30, 2011
- 1.2.7 September 30, 2011
- 1.2.6 May 1, 2011
- 1.2.5 April 30, 2011
- 1.2.4 April 30, 2011
- 1.2.3 April 13, 2011
- 1.2.2 April 08, 2011
- 1.2.1 March 17, 2011
- 1.2.0 March 03, 2011
- 1.1.3 February 20, 2011
- 1.1.2 December 25, 2010
- 1.1.0 October 24, 2010
- 1.0.0 March 23, 2010
- 0.9.6 March 07, 2010
- 0.9.5 March 05, 2010
- 0.9.4 July 26, 2009
- 0.9.3 June 08, 2009
- 0.9.2 March 18, 2009
- 0.9.1 March 02, 2009
- 0.9.0 January 18, 2009
- 0.3.3 November 2, 2008
- 0.3.2 November 2, 2008
- 0.3.1 September 8, 2008
- 0.3.0 August 31, 2008
- 0.2.2 April 15, 2008
- 0.2.1 April 15, 2008
- 0.2.0 April 11, 2008
- 0.1.7 October 23, 2007
- 0.1.6 October 15, 2007
- 0.1.5 October 7, 2007
- 0.1.0 October 4, 2007
- 0.0.1 September 09, 2007
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.
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.
Peter Cooper's compendium with links to tutorials, example applications, and presentations.
Christopher's blog is a treasure-trove of useful Sinatra related information.