I recommend installing the latest version from rubyinstaller.org , as well as devkit from the same page. When you install it, choose the option of adding ruby ββto your path.
In order for gem and other batch files to work correctly with cygwin, you can add something like this to your .bash_profile:
ruby=`which ruby|perl -pe 's/\/[^\/]*$//'` for i in `/bin/ls -1 $ruby/*.bat` do alias `basename "$i" .bat`=$i done
pguardiario
source share