On Oct 11, 9:40 am, Babu <[email protected]> wrote: > if i uninstall ruby then i have to install all the gems again > manually since in my office there is firewall issue so i download and > install all the gems manually. >
You could look into using RVM (for linux/mac) or PIK (windows) to manage multiple versions of ruby, and sets of gems, at once. That might provide you with some shortcuts, and I think when you sync/clone a set of gems it's going by what's installed via the gem manager so might let you get rid of any bogus files you are saddled with -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
