Skip to content

Instantly share code, notes, and snippets.

@jimwhimpey
Created October 5, 2010 19:43
Show Gist options
  • Save jimwhimpey/612194 to your computer and use it in GitHub Desktop.
Save jimwhimpey/612194 to your computer and use it in GitHub Desktop.
# Fresh ruby 1.9.2, rubygems 1.3.7 and Sinatra 1.0 installs on OS X
# This is the contents of test.rb:
require 'rubygems'
require 'sinatra'
get '/' do
haml :test
end
# When I run `ruby test.rb` I just get a new command prompt, no running Sinatra.
@toolmantim
Copy link

well there ya go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment