The source code to the Silicon Canal site.
git clone git@github.com:iHiD/silicon-canal.git
cd silicon-canal
bundle
bundle exec rake db:migrate db:seed
bundle exec rails s
open localhost:3000
The tests are written in rspec. Download and bundle (as above), and then run:
bundle exec rake db:migrate RAILS_ENV=test
bundle exec rspec spec
Copyright 2013 Jeremy Walker. Free to use under the MIT-LICENSE.