Skip to content

bclay/sinatra-for-beginners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra for Beginners

http://rafekettler.com/talks/sinatra.html

A tech talk originally given at the Dining Philosopher's Newbie Hackathon at the University of Pennsylvania on December 9, 2012.

Setup instructions

Assuming you already have a suitable ruby and rubygems installation (if not, go to http://rvm.io), just run gem install bundler (again, if you haven't already), then run bundle install. You should be able to run all of the code snippets.

To run the server for a particular stage, simply type ruby stageX.rb. C-c or C-d when you're done to kill the script.

License and other notes

Licensed under Creative Commons CC--NC-BY-SA (see http://creativecommons.org/licenses/by-nc-sa/3.0/). Basically, noncommercial, requires attribution, must be reproduced with a similar license.

About

Talk for Dining Philosophers newbie hackathon, 12/09/2012

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors