Skip to content

Instantly share code, notes, and snippets.

@lgsunnyvale
Created November 13, 2012 03:46
Show Gist options
  • Save lgsunnyvale/4063811 to your computer and use it in GitHub Desktop.
Save lgsunnyvale/4063811 to your computer and use it in GitHub Desktop.
config.rb boilerplate
require 'rubygems'
require 'bundler'
Bundler.require
require File.join(File.dirname(__FILE__), 'myapp.rb')
run MyApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment