pauldowman / ec2onrails

EC2 on Rails - Deploy a Ruby on Rails app on EC2 in five minutes

This URL has Read+Write access

pauldowman (author)
Tue Jul 07 09:07:30 -0700 2009
commit  9eac5c6ed1692ed58cec5e035d45cf590ebefd15
tree    a6b805f46bc2c540d1e874253583460fa78d078c
parent  1409eef8fda3ec35b46722ffb1ac0c2406fe3f95
ec2onrails / .gitignore
100644 9 lines (8 sloc) 0.108 kb
1
2
3
4
5
6
7
8
9
.DS_Store
.loadpath
.project
pkg/*
test/test_app/db/*.sqlite3
test/test_app/log/*
test/test_app/tmp/*
tmp/*