Skip to content

Instantly share code, notes, and snippets.

@dougalcorn
Created October 26, 2009 17:03
Show Gist options
  • Save dougalcorn/218812 to your computer and use it in GitHub Desktop.
Save dougalcorn/218812 to your computer and use it in GitHub Desktop.
Very thin rails setup template
file '.gitignore', %q{
log/*.log
tmp/**/*
doc/api
doc/app
}
run "touch log/.gitignore"
run "touch tmp/.gitignore"
rake "rails:freeze:gems"
git :init
git :add => "."
git :commit => "-a -m 'Initial commit'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment