Skip to content

Instantly share code, notes, and snippets.

@slaskis
Created February 4, 2010 12:21
Show Gist options
  • Save slaskis/294581 to your computer and use it in GitHub Desktop.
Save slaskis/294581 to your computer and use it in GitHub Desktop.
Dir["#{File.expand_path(File.dirname(__FILE__))}/vendor/gems/*/lib"].each { |path| $:.unshift path }
require 'rubygems'
require 'sinatra'
require 'app.rb'
run App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment