If you''ve installed Ruby and Rails using mac ports, be aware that installing 10.5.3 will install new versions of ruby and rails, which will hide your mac ports versions of rails. I had to go into /usr/bin and reset/delete a whole bunch of symlinks. Just be aware. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I haven''t upgraded yet, but I doubt there''s a problem with 10.5.3 and Ruby. Instead, I think there may just be an issue with your path. As long as you have /opt/local ahead of /usr/bin on your path, you should be able to have both Ruby installs co-exist peacefully. Regards, Craig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, I agree with Craig because if you have your PATH setup properly both should be able tocoexist. For example, I have the following in my .profile: export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:${PATH} Please follow the instructions on the MacPorts site because it''s there in section 2.4: http://guide.macports.org/ Good luck, -Conrad On Sat, May 31, 2008 at 10:14 PM, Craig Demyanovich <cdemyanovich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I haven''t upgraded yet, but I doubt there''s a problem with 10.5.3 and > Ruby. Instead, I think there may just be an issue with your path. As > long as you have /opt/local ahead of /usr/bin on your path, you should > be able to have both Ruby installs co-exist peacefully. > > Regards, > Craig > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
There is however an issue with drb (see http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/303297) Fred On 1 Jun 2008, at 08:25, Conrad Taylor wrote:> Hi, I agree with Craig because if you have your PATH setup properly > both should be able to > coexist. For example, I have the following in my .profile: > > export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:$ > {PATH} > > Please follow the instructions on the MacPorts site because it''s > there in section 2.4: > > http://guide.macports.org/ > > Good luck, > > -Conrad > > On Sat, May 31, 2008 at 10:14 PM, Craig Demyanovich <cdemyanovich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > wrote: > > I haven''t upgraded yet, but I doubt there''s a problem with 10.5.3 and > Ruby. Instead, I think there may just be an issue with your path. As > long as you have /opt/local ahead of /usr/bin on your path, you should > be able to have both Ruby installs co-exist peacefully. > > Regards, > Craig > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Just a FWIW... Leopard''s Ruby has always worked fine from the start and not needed Macports management. Just one less headache on my end. YMMV RSL On Sun, Jun 1, 2008 at 7:00 AM, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > There is however an issue with drb (see > http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/303297) > > Fred > On 1 Jun 2008, at 08:25, Conrad Taylor wrote: > > > Hi, I agree with Craig because if you have your PATH setup properly > > both should be able to > > coexist. For example, I have the following in my .profile: > > > > export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:$ > > {PATH} > > > > Please follow the instructions on the MacPorts site because it''s > > there in section 2.4: > > > > http://guide.macports.org/ > > > > Good luck, > > > > -Conrad > > > > On Sat, May 31, 2008 at 10:14 PM, Craig Demyanovich < > cdemyanovich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > > wrote: > > > > I haven''t upgraded yet, but I doubt there''s a problem with 10.5.3 and > > Ruby. Instead, I think there may just be an issue with your path. As > > long as you have /opt/local ahead of /usr/bin on your path, you should > > be able to have both Ruby installs co-exist peacefully. > > > > Regards, > > Craig > > > > > > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, On Jun 3, 1:07 pm, "Russell Norris" <r...-ftMzyaTR+bHNyFkoKTPOtdi2O/JbrIOy@public.gmane.org> wrote:> Just a FWIW... Leopard''s Ruby has always worked fine from the start and not > needed Macports management. Just one less headache on my end. YMMVThat''s my experience too. Leopard''s ruby also works with dtrace, and I couldn''t get that to work with MacPorts ruby. It''s been a couple of months since I tried it though. Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---