|
Prev: Ruby MySQL INSERT variable
Next: Is posible String#to_s doesn't add the decimal value if not needed?
From: matt neuburg on 1 Jul 2008 18:05 The Mac OS X 10.5.4 update came out yesterday, but it did not update the installed Ruby to 1.8.7. I thought the idea that this sort of thing would happen was part of the promise of keeping Ruby in a system library framework...? m. -- matt neuburg, phd = matt(a)tidbits.com, http://www.tidbits.com/matt/ Leopard - http://www.takecontrolbooks.com/leopard-customizing.html AppleScript - http://www.amazon.com/gp/product/0596102119 Read TidBITS! It's free and smart. http://www.tidbits.com
From: Lyle Johnson on 1 Jul 2008 18:29 On Tue, Jul 1, 2008 at 5:08 PM, matt neuburg <matt(a)tidbits.com> wrote: > The Mac OS X 10.5.4 update came out yesterday, but it did not update the > installed Ruby to 1.8.7. I thought the idea that this sort of thing > would happen was part of the promise of keeping Ruby in a system library > framework...? I think that Ruby 1.8.7 breaks so many things (including all versions of Rails prior to Rails 2.1) that it's probably for the best that Apple stuck with Ruby 1.8.6.
From: Stefan Krüger on 1 Jul 2008 20:08 Lyle Johnson wrote: > On Tue, Jul 1, 2008 at 5:08 PM, matt neuburg <matt(a)tidbits.com> wrote: > >> The Mac OS X 10.5.4 update came out yesterday, but it did not update the >> installed Ruby to 1.8.7. I thought the idea that this sort of thing >> would happen was part of the promise of keeping Ruby in a system library >> framework...? > > I think that Ruby 1.8.7 breaks so many things (including all versions > of Rails prior to Rails 2.1) that it's probably for the best that > Apple stuck with Ruby 1.8.6. well I hope they fixed the nasty bugs found by an apple employee :) another thing that might hold apple back from updating ruby is that there's no dtrace patch for 1.8.7 yet... just my 0,02 cents
From: Vince Angeloni on 1 Jul 2008 20:23 Lyle Johnson wrote: > > I think that Ruby 1.8.7 breaks so many things (including all versions > of Rails prior to Rails 2.1) that it's probably for the best that > Apple stuck with Ruby 1.8.6. Well, it would be nice to know that they at least patched the security hole. (http://www.macnn.com/articles/08/06/20/apple.tech.finds.ruby.hole/) You really can't expect the average user to do this themselves... vince -- Posted via http://www.ruby-forum.com/.
From: Yossef Mendelssohn on 1 Jul 2008 23:35 On Jul 1, 7:23 pm, Vince Angeloni <nospam7...(a)mac.com> wrote: > Well, it would be nice to know that they at least patched the security > hole. > (http://www.macnn.com/articles/08/06/20/apple.tech.finds.ruby.hole/) > You really can't expect the average user to do this themselves... The update is covered at http://support.apple.com/kb/HT1222 and http://support.apple.com/kb/HT2163. The first mentions security update 2008-004, which is the second. You can see a couple of mentions of Ruby in the list. -- -yossef
|
Next
|
Last
Pages: 1 2 Prev: Ruby MySQL INSERT variable Next: Is posible String#to_s doesn't add the decimal value if not needed? |