[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-12-30 Thread alberto
$ gem install rubygems-update $ update_rubygems --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-15 Thread 元明 進藤
> I guess "gem -v" should be to return 1.3.1 somehow... At last I found http://docs.rubygems.org/read/chapter/15#page101 tells "GEM_HOME should point to $PREFIX/lib/ruby/gems/1.8 if it used with the 1.8 version of ruby." and that kind of settings now makes all OK. "gem -v" now returns 1.3.1 and

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-13 Thread 元明 進藤
HI > Did you try to run 'gem update --system'? Of Course I did. and got "nothing to update". > Which OS are you running? Mac OS X 10.5.5 as yours (^_^;) I wonder ones with other platforms haven't come across the problem... Best. -- Posted via http://www.ruby-forum.com/. --~--~-~--~-

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-12 Thread Thomas Balthazar
Hello, Did you try to run 'gem update --system'? Which OS are you running? Best, Thomas. On Tue, Nov 11, 2008 at 1:41 AM, 元明 進藤 <[EMAIL PROTECTED]>wrote: > > Excuse me. I'm caught in a similar problem. > thank you for the hints so far. > > But symptom at my hands has a great difference to Baltha

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-10 Thread 元明 進藤
Excuse me. I'm caught in a similar problem. thank you for the hints so far. But symptom at my hands has a great difference to Balthazar-san's one; "gem -v" returns 1.1.0, and it sticks whatever I've done(have downloaded rubygems-1.3.1 and let steup.rb run). > I froze it to 2.1.2 and script/serv

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-10 Thread Thomas Balthazar
Hello Rick, My app wasn't frozen. I froze it to 2.1.2 and script/server start now works. Thanks for your help. Still, I don't understand why it didn't worked without the freeze. Best, Thomas. On Sun, Nov 9, 2008 at 6:06 PM, Rick <[EMAIL PROTECTED]> wrote: > > ok, > > So the "Rails requires..."

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-09 Thread Rick
ok, So the "Rails requires..." message is comming from ".../gems/1.8/gems/ rails-2.1.2/environments/boot.rb" which will also force a load from "vendor/rails" if you have one. Did you freeze rails into your app by any chance? Rick On Nov 6, 11:43 pm, "Thomas Balthazar" <[EMAIL PROTECTED]> wrote

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-09 Thread Thomas Balthazar
Hello Freddy, Thanks for your guess, but I compiled ruby manually, following Dan Benjamin's instructions found here : http://danbenjamin.com/articles/2008/02/ruby-rails-leopard Thomas. On Sat, Nov 8, 2008 at 11:18 PM, Freddy Andersen <[EMAIL PROTECTED]>wrote: > > Just a wild guess but you have i

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-09 Thread Thomas Balthazar
Hello Rick, Thanks for your help. I already have this line in my environment.conf "RAILS_GEM_VERSION = '2.1.2' unless defined? RAILS_GEM_VERSION". But I still get the same "Rails requires RubyGems >= 1.1.1 (you have 1.0.1). Please `gem update --system` and try again." error. Thomas. On Sat, Nov

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-08 Thread Freddy Andersen
Just a wild guess but you have installed the ports version of ruby 1.8.7 which is not the default ruby install on osx. Gems are installed and stored under the ruby install that it was installed with.. Which means if you installed all the gems in one ruby then added the ports ruby you need to reins

[Rails] Re: Rails requires RubyGems >= 1.1.1 : problem

2008-11-08 Thread Rick
Check the file config/environment.rb in your application's directory tree. It will have a line like: RAILS_GEM_VERSION = '2.2.0' unless defined? RAILS_GEM_VERSION Change the RAILS_GEM_VERSION to match yours, 2.1.2, and restart your script/server. Rick On Nov 6, 11:43 pm, "Thomas Balthazar" <[