Skip to content

Instantly share code, notes, and snippets.

@milann
milann / 0_reuse_code.js
Created March 4, 2014 09:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@milann
milann / passenger_standalone_production.sh
Created April 30, 2012 07:44 — forked from seabre/passenger_standalone_production.sh
Start Passenger Standalone in Production Mode
#For some reason, this took forever to figure out...
passenger start -a 127.0.0.1 -p 3000 -d -e production