http://www.happycasts.net
Source Code
git clone [email protected]:happypeter/happycasts.git
cd happycasts
###ensure that you've installed mysql2
####or check mysql on happycasts
####find the database.examle.yml
and modify it yourself
####save as database.yml
rake db:create
rake db:migrate
#then run it
rails s
##Start Contributing...