SixHour
Simple Template to a Web Applcation
Contents
Install
gem install sixhour
gem unpack sixhour
mv sixhour-X.X.X [myapp]
cd myapp
gem bundle
./bin/rackup
The web template should be up and running.
Testing
It comes with rspec testing setup in the box.
spec ./spec