sinatra

19
SINATRA

Upload: tim-lucas

Post on 28-Jan-2015

1.094 views

Category:

Technology


2 download

DESCRIPTION

Sinatra is a dead sexy ruby library designed to stay out of the road and let you build your web toys with the least amount of fuss. This preso was given at the February Ruby on Rails Sydney meetup.

TRANSCRIPT

Page 1: Sinatra

SINATRA

Page 2: Sinatra

MICRO-FRAMEWORK

Page 3: Sinatra

by BLAKE MIZERANY

BMIZERANY

Page 4: Sinatra

RAILS LINGO

ORM, MVC, Routing, Testing, Inflections, Email, Generators, Timezones, Feeds, acts_as_teapot

Page 5: Sinatra

SINATRA LINGO

GET, POST, PUT, DELETE, request, parameters, response, views, helpers, configure, rack

Page 6: Sinatra

THE LEAST AMOUNT STUFF BETWEEN

MY BRAIN

AND

THE BROWSER

Page 7: Sinatra

RACK

SINATRA

MERB ✞

RAILS

Page 8: Sinatra
Page 9: Sinatra
Page 10: Sinatra

THE PROBLEM I FELT WITH CAMPING:

GIVING UP A CERTAIN LEVEL OF QUALITY

Page 11: Sinatra
Page 12: Sinatra

TOOLMANTIM.COM

129 LINES

Page 13: Sinatra

DEMO TIME

simple.rbrequire 'rubygems'require 'sinatra'

get '/hi' do "Hello World!"end

toolmantim.comgit clone git://github.com/toolmantim/toolmantim.git

Page 14: Sinatra

DEPLOY

Step 1: steal write a config.ru file

Step 2: drop into mod_rails

Step 3: crack a beer

Page 15: Sinatra

API IS DEAD SEXY

Page 16: Sinatra

WARNING: Addiction may occur

Page 17: Sinatra

AWESOME FOR

MOCKUPS

PROTOTYPES

PROOF OF CONCEPTS

GENERAL SCREWING AROUND

Page 18: Sinatra

sinatrarb.com

Page 19: Sinatra

TIM LUCASTWITTER.COM/TOOLMANTIM

TOOLMANTIM.COM