Skip to content

Instantly share code, notes, and snippets.

@therabidbanana
Created July 8, 2010 04:14
Show Gist options
  • Save therabidbanana/467628 to your computer and use it in GitHub Desktop.
Save therabidbanana/467628 to your computer and use it in GitHub Desktop.
(Nearly) Smallest possible orange-sparkles site
#-s thin -p 5432
require "rubygems"
require 'orange-sparkles'
app = Orange::SparklesApp.app
app.orange.options["main_user"] = "therabidbanana@gmail.com"
run app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment