Skip to content

Instantly share code, notes, and snippets.

View bullrico's full-sized avatar

Bobby Santiago bullrico

View GitHub Profile
@bullrico
bullrico / gist:51326
Created January 24, 2009 03:31 — forked from peterc/gist:33337
Rails template
# Rails template - first pass
# Culled stuff from Peter Cooper, Jeremy McAnally
# Run it like this
# ruby ~/rails/dev/edge_rails/vendor/rails/railties/bin/rails my_new_app -m http://gist.github.com/51326.txt
# Link to local copy of edge rails
inside('vendor') { run 'ln -s /Users/bobby/rails/dev/edge_rails/vendor/rails rails' }
# Delete unnecessary files