Skip to content

Commit

Permalink
adding railscasts template
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Nov 2, 2009
1 parent 3d1acde commit 157c68e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions railscasts.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
run "echo 'Example Railscasts Application' > README"
run "touch tmp/.gitignore log/.gitignore vendor/.gitignore"
run "rm public/images/rails.png"
run "rm public/index.html"

file ".gitignore", <<-END
log/*.log
tmp/**/*
db/*.sqlite3
END

0 comments on commit 157c68e

Please sign in to comment.