Skip to content
blizz edited this page Sep 12, 2010 · 28 revisions

From Try It tutorial – for more complete instruction click here

Ruby needs to be installed first. If you are on windows download ruby186-26.exe from the ruby website and execute it. It will install both the ruby and gem commands


gem update --system gem install rails --version 2.1.2 gem sources -a http://gems.github.com gem install hobo
Clone this wiki locally