5 ms·
Maybe this is a stupid question but do people switch between vm's a lot?
by rogerthat 17y ago
Maybe this is a stupid question but do people switch between vm's a lot?
- krutten 17y agoAnybody that writes Gem's will cry when they can test multiple versions without useing multiple computers or VMWare. Imagine if you could only test your work with one version of Ruby how many bugs you'd miss/hit.
- compay 17y agoFor now, yeah, because 1.9 is still fairly new and not 100% compatible with older Ruby code. I imagine in a year or so everyone will be on 1.9 and this sort of thing will not be need by most people for a while.
- cubicle67 17y agoWe're using 1.9 for new work, but I still need to switch back to 1.8.7 for maintenance work