[Rails] Re: ruby update on OS X 10.5 and I now this: Rails requires RubyGems = 1.3.2

2010-02-17 Thread Frederick Cheung
On Feb 17, 3:05 am, Grary grary.sti...@gmail.com wrote: Hi all, I've seen other messages on this problem, but I still can't get back to working with Rails after using MacPorts to install a recent version of ruby on my mac OS X 10.5 (ruby 1.8.7.) I'm getting: Rails requires RubyGems =

[Rails] Re: ruby update on OS X 10.5 and I now this: Rails requires RubyGems = 1.3.2

2010-02-17 Thread Grary
Fred, Per your comment... ...if your PATH has /opt/local/bin higher up then the /opt/local install of ruby might not have rubygems at all. Sounds like you need to install rubygems for your new ruby install ...yes, here is my path:

[Rails] Re: ruby update on OS X 10.5 and I now this: Rails requires RubyGems = 1.3.2

2010-02-17 Thread Frederick Cheung
On Feb 17, 12:21 pm, Grary grary.sti...@gmail.com wrote: So, you're recommending that I install RubyGems anew? Can't I modify the recognition of my new ruby installation for RubyGems? Well you could try transplanting the various bits of rubygems from one ruby install to another but even if

[Rails] Re: ruby update on OS X 10.5 and I now this: Rails requires RubyGems = 1.3.2

2010-02-17 Thread Grary
Fred, I'm just hoping to get Rails working again, so I'll do whatever's easy... sudo gem install rubygems-update sudo update_rubygems ...I still get the same message. What did you mean when you wrote: Sounds like you need to install rubygems for your new ruby install? Thanks, Grar -- You

[Rails] Re: ruby update on OS X 10.5 and I now this: Rails requires RubyGems = 1.3.2

2010-02-17 Thread Frederick Cheung
On Feb 17, 1:59 pm, Grary grary.sti...@gmail.com wrote: Fred, I'm just hoping to get Rails working again, so I'll do whatever's easy...  sudo gem install rubygems-update  sudo update_rubygems ...I still get the same message. That's because you're installing rubygems-update using gem

[Rails] Re: ruby update on OS X 10.5 and I now this: Rails requires RubyGems = 1.3.2

2010-02-17 Thread Grary
Fred, Thanks. I reinstalled the whole thing such that which ruby /opt/local/bin/ruby which gem /opt/local/bin/gem Rails now seems to respond as desired. Doubtless I'll need to better familiarize myself with the interaction of ruby and rubygems for further growth in Rails. best, Grar On Feb

Re: [Rails] Re: ruby update on OS X 10.5 and I now this: Rails requires RubyGems = 1.3.2

2010-02-17 Thread Hassan Schroeder
On Wed, Feb 17, 2010 at 8:03 AM, Grary grary.sti...@gmail.com wrote: Thanks. I reinstalled the whole thing such that which ruby /opt/local/bin/ruby which gem /opt/local/bin/gem Doubtless I'll need to better familiarize myself with the interaction of ruby and rubygems for further growth