Skip to content

Instantly share code, notes, and snippets.

View lonbaker's full-sized avatar

Lon Baker lonbaker

View GitHub Profile
@lonbaker
lonbaker / gist:51132
Created January 23, 2009 18:54 — forked from peterc/gist:33337
# SUPER DARING APP TEMPLATE 1.0
# By Peter Cooper
# Link to local copy of edge rails
inside('vendor') { run 'ln -s ~/dev/rails/rails rails' }
# Delete unnecessary files
run "rm README"
run "rm public/index.html"
run "rm public/favicon.ico"