Skip to content

Instantly share code, notes, and snippets.

@dmclark
dmclark / gist:268021
Created January 3, 2010 16:25 — forked from gregelin/gist:176601
initial rails app creation
Creating a rails app "Vurl"
http://www.vimeo.com/3761040
(replace vurl with your appname, then Vurl is first model, too)
rails -d mysql vurl
cd vurl
git init
cat > .gitignore
log/*.log