ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
Building Ruby Applications
       With Sinatra

           January 5, 2012
        East Bay Rails Meetup
Outline
      Sinatra, Bootstrap and RSpec


? Sinatra vs. Rails
? Random Text Generator
? Sinatra Routes
? TDD with RSpec
? Bootstrap
Sinatra vs. Rails

? Lighter, rack-based alternative to Rails.
? Pro & Con: Less structure.
? Does not enforce MVC.
? Supports Rails toolchain: Gemfile, etc.
Random Text Generator
       http://asdftextgenerator.com/




? Serving up asdf and Lorem Ipsum text.
? No back-end, various options available.
? Modular, reusable design.
Sinatra Routes
    Example route pattern with named parameter


get '/hello/:name' do
  # matches "GET /hello/foo" and "GET /hello/bar"
  # params[:name] is 'foo' or 'bar'
  "Hello #{params[:name]}!"
end
TDD with RSpec
       Setup in spec_helper



RSpec.configure do |config|
 config.include Rack::Test::Methods
end
Bootstrap
CSS Framework built with Less by Twitter



 get 'stylesheets/bootstrap.css' do
 end
References


? Sinatra: http://sinatrarb.com/
? Redis: http://redis.io/
  Sinatra-Redis Tutorial:
? http://goo.gl/xktVk
  Bootstrap.js:
? http://twitter.github.com/bootstrap/
Ad

Recommended

Rango
Rango
James Russell
?
Hanami
Hanami
Bob Firestone
?
Better framework, better life
Better framework, better life
Daniel Lv
?
Better Framework Better Life
Better Framework Better Life
jeffz
?
The crusade for the Holy Grail layout - DublinJS Lightning Talk
The crusade for the Holy Grail layout - DublinJS Lightning Talk
Adrian Sandu
?
Happy Relationships Presentation
Happy Relationships Presentation
TimKellis
?
Portfolio Alfa Bank
Portfolio Alfa Bank
Danila Kotov
?
AIESEC HUST 09Fall ÕÐР¡ª¡ª Èí¼þѧԺ
AIESEC HUST 09Fall ÕÐР¡ª¡ª Èí¼þѧԺ
cscguochang
?
Senior Communicator Briefing.1
Senior Communicator Briefing.1
laynera
?
Pres. Villa Maria
Pres. Villa Maria
Jon Harms
?
Stepanova COLLECTION
Stepanova COLLECTION
Danila Kotov
?
AIESEC HUST 09FallÕÐнøÐÐʱ¡ª¡ªÐÅϢѧԺ
AIESEC HUST 09FallÕÐнøÐÐʱ¡ª¡ªÐÅϢѧԺ
cscguochang
?
AIESEC HUST 09Fall ÕÐСª¡ªÈËÎÄѧԺ
AIESEC HUST 09Fall ÕÐСª¡ªÈËÎÄѧԺ
cscguochang
?
Learning Preferences
Learning Preferences
rbanks59
?
Finding Frank - Spotify API.pdf
Finding Frank - Spotify API.pdf
aspleenic
?
Your first sinatra app
Your first sinatra app
Rubyc ºÝºÝߣs
?
Sinatra Intro
Sinatra Intro
Gregory Mostizky
?
Sinatra
Sinatra
Nitesh Kumar
?
Sinatra and JSONQuery Web Service
Sinatra and JSONQuery Web Service
vvatikiotis
?
A Quick Introduction to Sinatra
A Quick Introduction to Sinatra
guestbe060
?
A Quick Introduction to Sinatra
A Quick Introduction to Sinatra
Nick Plante
?
Sinatra: §á§â§à§ê§Ý§à§Ö, §Ò§å§Õ§å§ë§Ö§Ö §Ú §ß§Ñ§ã§ä§à§ñ§ë§Ö§Ö
Sinatra: §á§â§à§ê§Ý§à§Ö, §Ò§å§Õ§å§ë§Ö§Ö §Ú §ß§Ñ§ã§ä§à§ñ§ë§Ö§Ö
.toster
?
Sinatra
Sinatra
Matt Didcoe
?
Sinatra
Sinatra
techwhizbang
?
Sinatra Basics
Sinatra Basics
Tarcisio Coutinho
?
Aaron Quint - Ruby Kaigi Presentation
Aaron Quint - Ruby Kaigi Presentation
quirkey
?
Swing when you're winning - an introduction to Ruby and Sinatra
Swing when you're winning - an introduction to Ruby and Sinatra
Matt Gifford
?
Web Development with Sinatra
Web Development with Sinatra
Bob Nadler, Jr.
?
Strangers In The Night: Ruby, Rack y Sinatra - Herramientas potentes para con...
Strangers In The Night: Ruby, Rack y Sinatra - Herramientas potentes para con...
Alberto Perdomo
?
Sinatra
Sinatra
Koen Van der Auwera
?

More Related Content

Viewers also liked (6)

Senior Communicator Briefing.1
Senior Communicator Briefing.1
laynera
?
Pres. Villa Maria
Pres. Villa Maria
Jon Harms
?
Stepanova COLLECTION
Stepanova COLLECTION
Danila Kotov
?
AIESEC HUST 09FallÕÐнøÐÐʱ¡ª¡ªÐÅϢѧԺ
AIESEC HUST 09FallÕÐнøÐÐʱ¡ª¡ªÐÅϢѧԺ
cscguochang
?
AIESEC HUST 09Fall ÕÐСª¡ªÈËÎÄѧԺ
AIESEC HUST 09Fall ÕÐСª¡ªÈËÎÄѧԺ
cscguochang
?
Learning Preferences
Learning Preferences
rbanks59
?
Senior Communicator Briefing.1
Senior Communicator Briefing.1
laynera
?
Pres. Villa Maria
Pres. Villa Maria
Jon Harms
?
AIESEC HUST 09FallÕÐнøÐÐʱ¡ª¡ªÐÅϢѧԺ
AIESEC HUST 09FallÕÐнøÐÐʱ¡ª¡ªÐÅϢѧԺ
cscguochang
?
AIESEC HUST 09Fall ÕÐСª¡ªÈËÎÄѧԺ
AIESEC HUST 09Fall ÕÐСª¡ªÈËÎÄѧԺ
cscguochang
?
Learning Preferences
Learning Preferences
rbanks59
?

Similar to East Bay Rails: January 2012 (20)

Finding Frank - Spotify API.pdf
Finding Frank - Spotify API.pdf
aspleenic
?
Your first sinatra app
Your first sinatra app
Rubyc ºÝºÝߣs
?
Sinatra Intro
Sinatra Intro
Gregory Mostizky
?
Sinatra
Sinatra
Nitesh Kumar
?
Sinatra and JSONQuery Web Service
Sinatra and JSONQuery Web Service
vvatikiotis
?
A Quick Introduction to Sinatra
A Quick Introduction to Sinatra
guestbe060
?
A Quick Introduction to Sinatra
A Quick Introduction to Sinatra
Nick Plante
?
Sinatra: §á§â§à§ê§Ý§à§Ö, §Ò§å§Õ§å§ë§Ö§Ö §Ú §ß§Ñ§ã§ä§à§ñ§ë§Ö§Ö
Sinatra: §á§â§à§ê§Ý§à§Ö, §Ò§å§Õ§å§ë§Ö§Ö §Ú §ß§Ñ§ã§ä§à§ñ§ë§Ö§Ö
.toster
?
Sinatra
Sinatra
Matt Didcoe
?
Sinatra
Sinatra
techwhizbang
?
Sinatra Basics
Sinatra Basics
Tarcisio Coutinho
?
Aaron Quint - Ruby Kaigi Presentation
Aaron Quint - Ruby Kaigi Presentation
quirkey
?
Swing when you're winning - an introduction to Ruby and Sinatra
Swing when you're winning - an introduction to Ruby and Sinatra
Matt Gifford
?
Web Development with Sinatra
Web Development with Sinatra
Bob Nadler, Jr.
?
Strangers In The Night: Ruby, Rack y Sinatra - Herramientas potentes para con...
Strangers In The Night: Ruby, Rack y Sinatra - Herramientas potentes para con...
Alberto Perdomo
?
Sinatra
Sinatra
Koen Van der Auwera
?
Dynamic websites for artists.
Dynamic websites for artists.
David Newbury
?
Ruby off Rails---rack, sinatra and sequel
Ruby off Rails---rack, sinatra and sequel
Jiang Wu
?
Using Sinatra to Build REST APIs in Ruby
Using Sinatra to Build REST APIs in Ruby
LaunchAny
?
Sinatra Rack And Middleware
Sinatra Rack And Middleware
Ben Schwarz
?
Finding Frank - Spotify API.pdf
Finding Frank - Spotify API.pdf
aspleenic
?
Sinatra and JSONQuery Web Service
Sinatra and JSONQuery Web Service
vvatikiotis
?
A Quick Introduction to Sinatra
A Quick Introduction to Sinatra
guestbe060
?
A Quick Introduction to Sinatra
A Quick Introduction to Sinatra
Nick Plante
?
Sinatra: §á§â§à§ê§Ý§à§Ö, §Ò§å§Õ§å§ë§Ö§Ö §Ú §ß§Ñ§ã§ä§à§ñ§ë§Ö§Ö
Sinatra: §á§â§à§ê§Ý§à§Ö, §Ò§å§Õ§å§ë§Ö§Ö §Ú §ß§Ñ§ã§ä§à§ñ§ë§Ö§Ö
.toster
?
Aaron Quint - Ruby Kaigi Presentation
Aaron Quint - Ruby Kaigi Presentation
quirkey
?
Swing when you're winning - an introduction to Ruby and Sinatra
Swing when you're winning - an introduction to Ruby and Sinatra
Matt Gifford
?
Web Development with Sinatra
Web Development with Sinatra
Bob Nadler, Jr.
?
Strangers In The Night: Ruby, Rack y Sinatra - Herramientas potentes para con...
Strangers In The Night: Ruby, Rack y Sinatra - Herramientas potentes para con...
Alberto Perdomo
?
Dynamic websites for artists.
Dynamic websites for artists.
David Newbury
?
Ruby off Rails---rack, sinatra and sequel
Ruby off Rails---rack, sinatra and sequel
Jiang Wu
?
Using Sinatra to Build REST APIs in Ruby
Using Sinatra to Build REST APIs in Ruby
LaunchAny
?
Sinatra Rack And Middleware
Sinatra Rack And Middleware
Ben Schwarz
?
Ad

Recently uploaded (20)

Connecting Data and Intelligence: The Role of FME in Machine Learning
Connecting Data and Intelligence: The Role of FME in Machine Learning
Safe Software
?
FIDO Seminar: New Data: Passkey Adoption in the Workforce.pptx
FIDO Seminar: New Data: Passkey Adoption in the Workforce.pptx
FIDO Alliance
?
Security Tips for Enterprise Azure Solutions
Security Tips for Enterprise Azure Solutions
Michele Leroux Bustamante
?
AI vs Human Writing: Can You Tell the Difference?
AI vs Human Writing: Can You Tell the Difference?
Shashi Sathyanarayana, Ph.D
?
Information Security Response Team Nepal_npCERT_Vice_President_Sudan_Jha.pdf
Information Security Response Team Nepal_npCERT_Vice_President_Sudan_Jha.pdf
ICT Frame Magazine Pvt. Ltd.
?
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
Safe Software
?
OpenPOWER Foundation & Open-Source Core Innovations
OpenPOWER Foundation & Open-Source Core Innovations
IBM
?
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Safe Software
?
Turning the Page ¨C How AI is Exponentially Increasing Speed, Accuracy, and Ef...
Turning the Page ¨C How AI is Exponentially Increasing Speed, Accuracy, and Ef...
Impelsys Inc.
?
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
?
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
?
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Impelsys Inc.
?
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
biswajitbanerjee38
?
Cyber Defense Matrix Workshop - RSA Conference
Cyber Defense Matrix Workshop - RSA Conference
Priyanka Aash
?
Crypto Super 500 - 14th Report - June2025.pdf
Crypto Super 500 - 14th Report - June2025.pdf
Stephen Perrenod
?
9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
?
June Patch Tuesday
June Patch Tuesday
Ivanti
?
AI VIDEO MAGAZINE - June 2025 - r/aivideo
AI VIDEO MAGAZINE - June 2025 - r/aivideo
1pcity Studios, Inc
?
ENERGY CONSUMPTION CALCULATION IN ENERGY-EFFICIENT AIR CONDITIONER.pdf
ENERGY CONSUMPTION CALCULATION IN ENERGY-EFFICIENT AIR CONDITIONER.pdf
Muhammad Rizwan Akram
?
¡°From Enterprise to Makers: Driving Vision AI Innovation at the Extreme Edge,...
¡°From Enterprise to Makers: Driving Vision AI Innovation at the Extreme Edge,...
Edge AI and Vision Alliance
?
Connecting Data and Intelligence: The Role of FME in Machine Learning
Connecting Data and Intelligence: The Role of FME in Machine Learning
Safe Software
?
FIDO Seminar: New Data: Passkey Adoption in the Workforce.pptx
FIDO Seminar: New Data: Passkey Adoption in the Workforce.pptx
FIDO Alliance
?
Information Security Response Team Nepal_npCERT_Vice_President_Sudan_Jha.pdf
Information Security Response Team Nepal_npCERT_Vice_President_Sudan_Jha.pdf
ICT Frame Magazine Pvt. Ltd.
?
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
Safe Software
?
OpenPOWER Foundation & Open-Source Core Innovations
OpenPOWER Foundation & Open-Source Core Innovations
IBM
?
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Safe Software
?
Turning the Page ¨C How AI is Exponentially Increasing Speed, Accuracy, and Ef...
Turning the Page ¨C How AI is Exponentially Increasing Speed, Accuracy, and Ef...
Impelsys Inc.
?
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
?
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
?
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Impelsys Inc.
?
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
biswajitbanerjee38
?
Cyber Defense Matrix Workshop - RSA Conference
Cyber Defense Matrix Workshop - RSA Conference
Priyanka Aash
?
Crypto Super 500 - 14th Report - June2025.pdf
Crypto Super 500 - 14th Report - June2025.pdf
Stephen Perrenod
?
9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
?
June Patch Tuesday
June Patch Tuesday
Ivanti
?
AI VIDEO MAGAZINE - June 2025 - r/aivideo
AI VIDEO MAGAZINE - June 2025 - r/aivideo
1pcity Studios, Inc
?
ENERGY CONSUMPTION CALCULATION IN ENERGY-EFFICIENT AIR CONDITIONER.pdf
ENERGY CONSUMPTION CALCULATION IN ENERGY-EFFICIENT AIR CONDITIONER.pdf
Muhammad Rizwan Akram
?
¡°From Enterprise to Makers: Driving Vision AI Innovation at the Extreme Edge,...
¡°From Enterprise to Makers: Driving Vision AI Innovation at the Extreme Edge,...
Edge AI and Vision Alliance
?
Ad

East Bay Rails: January 2012

  • 1. Building Ruby Applications With Sinatra January 5, 2012 East Bay Rails Meetup
  • 2. Outline Sinatra, Bootstrap and RSpec ? Sinatra vs. Rails ? Random Text Generator ? Sinatra Routes ? TDD with RSpec ? Bootstrap
  • 3. Sinatra vs. Rails ? Lighter, rack-based alternative to Rails. ? Pro & Con: Less structure. ? Does not enforce MVC. ? Supports Rails toolchain: Gemfile, etc.
  • 4. Random Text Generator http://asdftextgenerator.com/ ? Serving up asdf and Lorem Ipsum text. ? No back-end, various options available. ? Modular, reusable design.
  • 5. Sinatra Routes Example route pattern with named parameter get '/hello/:name' do # matches "GET /hello/foo" and "GET /hello/bar" # params[:name] is 'foo' or 'bar' "Hello #{params[:name]}!" end
  • 6. TDD with RSpec Setup in spec_helper RSpec.configure do |config| config.include Rack::Test::Methods end
  • 7. Bootstrap CSS Framework built with Less by Twitter get 'stylesheets/bootstrap.css' do end
  • 8. References ? Sinatra: http://sinatrarb.com/ ? Redis: http://redis.io/ Sinatra-Redis Tutorial: ? http://goo.gl/xktVk Bootstrap.js: ? http://twitter.github.com/bootstrap/