Skip to content

Instantly share code, notes, and snippets.

@adamlogic
Created December 16, 2008 13:31
Show Gist options
  • Save adamlogic/36454 to your computer and use it in GitHub Desktop.
Save adamlogic/36454 to your computer and use it in GitHub Desktop.
an example rails template... just a start
run 'rm public/index.html'
run 'rm public/javascripts/*'
run 'mkdir public/vendor'
run 'haml --rails .'
git :init
git :add => "."
git :commit => "-a -m 'Initial commit'"
run 'braid add git://github.com/adamlogic/jquery-ensure.git public/vendor/jquery-ensure'
run 'braid add git://github.com/adamlogic/jquery-jaxy.git public/vendor/jquery-jaxy'
run 'braid add -p git://github.com/rubyist/aasm.git'
run 'braid add git://github.com/rails/rails.git vendor/rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment