Prev: Limit Ring server to localhost only. RingFinger.new('localhost') apparently doesn't work
Next: RubyGoLightly Progress Report
From: Alex DeCaria on 3 Jul 2010 08:12 I currently have Ruby 1.9.1 p378 installed on Windows. If I want to upgrade to p429, do I need to uninstall p378 first? Will I need to reinstall all my gems, etc.? I guess, in short, I'm asking what's the most pain-free way to do the update? --Alex -- Posted via http://www.ruby-forum.com/.
From: Luis Lavena on 3 Jul 2010 10:37 On Jul 3, 9:12 am, Alex DeCaria <alex.deca...(a)millersville.edu> wrote: > I currently have Ruby 1.9.1 p378 installed on Windows. If I want to > upgrade to p429, do I need to uninstall p378 first? Will I need to > reinstall all my gems, etc.? > > I guess, in short, I'm asking what's the most pain-free way to do the > update? > Hello Alex, Are you using RubyInstaller releases? It is recommended remove the previous installed package, but none of your gems or customizations will be removed. At this time we haven't released the newer patchlevel for the RubyInstaller, we are working right now on release 1.8.7 and 1.9.1 -- Luis Lavena
From: Alex DeCaria on 3 Jul 2010 12:50 > > Are you using RubyInstaller releases? > > It is recommended remove the previous installed package, but none of > your gems or customizations will be removed. > > At this time we haven't released the newer patchlevel for the > RubyInstaller, we are working right now on release 1.8.7 and 1.9.1 Hi Luis: I've been using the RubyInstaller releases. So, once the RubyInstaller for p429 is released I can just do the 'uninstall Ruby 1.9' from my start menu (windows) and then run the installer for the new 1.9.1 p429 and alls my gems, etc. will be the same as before? --Alex -- Posted via http://www.ruby-forum.com/.
From: Luis Lavena on 4 Jul 2010 17:14
On Jul 3, 1:50 pm, Alex DeCaria <alex.deca...(a)millersville.edu> wrote: > > Are you using RubyInstaller releases? > > > It is recommended remove the previous installed package, but none of > > your gems or customizations will be removed. > > > At this time we haven't released the newer patchlevel for the > > RubyInstaller, we are working right now on release 1.8.7 and 1.9.1 > > Hi Luis: I've been using the RubyInstaller releases. So, once the > RubyInstaller for p429 is released I can just do the 'uninstall Ruby > 1.9' from my start menu (windows) and then run the installer for the new > 1.9.1 p429 and alls my gems, etc. will be the same as before? Correct. -- Luis Lavena |