TAX CALCULATION ROR
03.07.2009
STARTED WITH RUBY.
The project started for me first of all by installing rubygems helped by my mentors Mbuf and Shrink.Figured out project needs web development + database management.
$yum install rubygems.
Then i had a small disscussion on using mysql as a backend.I had to install mysql too.
$yum install mysql
Going through ruby by the link (http://www.rubycentral.com/book/).


