[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

leopard update - any Ruby hassles?

Giles Bowkett

12/14/2007 12:12:00 AM

So I've been dragging my heels on the Leopard update thing. I have an
install disc I can use to do it for free (site license at a client) so
I can do it, I guess, but I'm still dragging my heels. If you have a
bunch of gems, is it in most cases as simple as merely copying the
files? This is what I hear from everyone I ask but I want to be
absolutely sure. The thing I hate about OS upgrades is it's not just
Apple's stuff that changes, it's also months of my own customizations.
I nearly swapped out the Finder entirely with Path Finder a week or so
ago. I can only guess what that would do on an OS upgrade.

anyway, just to keep it relevant, I'm mainly concerned about my gems.

--
Giles Bowkett

Podcast: http://hollywoodgrit.bl...
Blog: http://gilesbowkett.bl...
Portfolio: http://www.gilesg...
Tumblelog: http://giles....

6 Answers

Phrogz

12/14/2007 12:33:00 AM

0

Giles Bowkett wrote:
> So I've been dragging my heels on the Leopard update thing. I have an
> install disc I can use to do it for free (site license at a client) so
> I can do it, I guess, but I'm still dragging my heels. If you have a
> bunch of gems, is it in most cases as simple as merely copying the
> files? This is what I hear from everyone I ask but I want to be
> absolutely sure. The thing I hate about OS upgrades is it's not just
> Apple's stuff that changes, it's also months of my own customizations.
> I nearly swapped out the Finder entirely with Path Finder a week or so
> ago. I can only guess what that would do on an OS upgrade.
>
> anyway, just to keep it relevant, I'm mainly concerned about my gems.

Do you have your own home-built ruby install in /usr/local/bin, or
have you been using Apple's?

I had my own ruby and gems and whatnot all built in 10.4, and
upgrading to 10.5 (using the "Against my better judgements, don't wipe
stuff out and start fresh, but instead do your best to just patch the
existing install" option) worked seamlessly with Ruby, gems included.

Tim Connor

12/14/2007 1:16:00 AM

0

Ah, so you were complaining about the install set-up without using it
yet? :D I keed I keed.

Mine works perfectly, out-of-the-box, but I did a clean wipe. It was
much easier to install it all again via macports/gems than just a
couple months ago under Tiger, anyways. This time around wine/Darwine
was the only piece that didn't work just straight from the port,
versus the nightmare that is usually getting ImageMagick/rmagick up
and running. And I like having X11 slightly better integrated for
running ie4osx.

Either way, this was really useful:
http://www.dcmanges.com/blog/install-multiple-versions-of-ruby-on-o...
since I want to be able to run 1.8.5 for some legacy work stuff, and/
or have some custom gem set-ups, whereas the pre-built is pretty
nicely set-up for most usage.

John Joyce

12/14/2007 2:47:00 AM

0

the stock install on Leopard seems pretty darn good.
You might want to create other user accounts or create special
directories with their own gem repositories for special projects or
testing.
Overall, I can't complain about it, used it at work, and makes
distributing ruby progs on leopard machines quite painless!


Rob Kaufman

12/14/2007 2:57:00 AM

0

Everything went pretty smooth for me too... with the exception of
ImageScience. Building FreeImage post upgrade sucks rocks right now.
You have to go back and install the old SDKs from the Developer CD (as
if I had the disk space ;-) and then modify the build to link against
those. Hopefully that condition won't last long, but for now... not
trivial.

Rob Kaufman

On Dec 13, 2007 6:46 PM, John Joyce <dangerwillrobinsondanger@gmail.com> wrote:
> the stock install on Leopard seems pretty darn good.
> You might want to create other user accounts or create special
> directories with their own gem repositories for special projects or
> testing.
> Overall, I can't complain about it, used it at work, and makes
> distributing ruby progs on leopard machines quite painless!
>
>
>

Giles Bowkett

12/14/2007 4:30:00 AM

0

> Everything went pretty smooth for me too... with the exception of
> ImageScience. Building FreeImage post upgrade sucks rocks right now.
> You have to go back and install the old SDKs from the Developer CD (as
> if I had the disk space ;-) and then modify the build to link against
> those. Hopefully that condition won't last long, but for now... not
> trivial.

That does seem like a pain, but if this is the worst complaint, that's
pretty good.

--
Giles Bowkett

Podcast: http://hollywoodgrit.bl...
Blog: http://gilesbowkett.bl...
Portfolio: http://www.gilesg...
Tumblelog: http://giles....

John Joyce

12/14/2007 3:35:00 PM

0

Main thing I recommend, make sure your Mac is recent or powerful
enough to run Leopard well, and if you're planning to do any thing
like RubyCocoa, you'll best off using Xcode 3 (though Xcode 2 is
possible...) and the new Interface Builder is a very very different
beast that seems a bit like a Macromedia app in terms of pallets and
things...