Hi folks, I downloaded InstantRails 2.0 and installed it w/o a problem. That brought rails 2.0.2. I would like to update rails to 2.2.2 so in Ruby Console Window I typed "gem update-system" and it run w/o a problem (at least I have not noticed one). However the subsequent "gem update rails" results in Updating installed gems Updating rails ERROR: While executing gem . (Gem::InstallError) rails requires activesupport (= 2.2.2, runtime) Trying to manually update activesupport by typing "gem update activesupport" results in Updating installed gems Updating activesupport ERROR: While executing gem . (Gem::GemNotFoundException) could not find gem activesupport locally or in a repository However I do see activesupport-2.2.2.gem listed in my browser pointed to <http://rubyforge.iasi.roedu.net/gems/> http://rubyforge.iasi.roedu.net/gems/ Any suggestions? - LR -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20090106/b30ac6d8/attachment.html>
Leonid, You do need to update your gems to at least 1.3 to get to Rails 2.2.2. Please type gem -v at the command prompt in Instant Rails and see what version it returns. If it returns anything less than 1.3 then your gem update failed. If the gem update did not work then you will need to try something a bit different. Run these command from the Instant Rails command prompt: gem install update_rubygems update_rubygems If they run properly, typing gem -v again should give you the latest gem and you can then update Rails. -Rob On Tue, Jan 6, 2009 at 10:46 AM, Leonid Raiz <Leonid at raizlabs.com> wrote:> Hi folks, > > I downloaded InstantRails 2.0 and installed it w/o a problem. That > brought rails 2.0.2. I would like to update rails to 2.2.2 so in Ruby > Console Window I typed "gem update?system" and it run w/o a problem (at > least I have not noticed one). However the subsequent "gem update rails" > results in > > Updating installed gems > Updating rails > ERROR: While executing gem ? (Gem::InstallError) rails requires > activesupport (= 2.2.2, runtime) > > Trying to manually update activesupport by typing "gem update > activesupport" results in > > Updating installed gems > Updating activesupport > ERROR: While executing gem ? (Gem::GemNotFoundException) could not find > gem activesupport locally or in a repository > > However I do see activesupport-2.2.2.gem listed in my browser pointed to > http://rubyforge.iasi.roedu.net/gems/ > > Any suggestions? > > - LR > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-- Rob Bazinet InfoQ Ruby Editor http://www.accidentaltechnologist.com http://www.infoq.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20090106/430bb0ab/attachment-0001.html>
Thanks Rob. I should have mentioned in my original email that I did verify gem version. Typing "gem -v" produces 1.3.1 Trying to follow your suggestion I typed "gem install update_rubygems" and it resulted in ERROR: could not find gem update_rubygems locally or in a repository "gem update rails" still does not work I''d appreciate if someone can suggest additional investigative steps. - LR -----Original Message----- From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of Robert Bazinet Sent: Tuesday, January 06, 2009 11:34 AM To: instantrails-users at rubyforge.org Subject: Re: [Instantrails-users] How to upgrade to rails 2.2.2 Leonid, You do need to update your gems to at least 1.3 to get to Rails 2.2.2. Please type gem -v at the command prompt in Instant Rails and see what version it returns. If it returns anything less than 1.3 then your gem update failed. If the gem update did not work then you will need to try something a bit different. Run these command from the Instant Rails command prompt: gem install update_rubygems update_rubygems If they run properly, typing gem -v again should give you the latest gem and you can then update Rails. -Rob On Tue, Jan 6, 2009 at 10:46 AM, Leonid Raiz <Leonid at raizlabs.com> wrote: Hi folks, I downloaded InstantRails 2.0 and installed it w/o a problem. That brought rails 2.0.2. I would like to update rails to 2.2.2 so in Ruby Console Window I typed "gem update-system" and it run w/o a problem (at least I have not noticed one). However the subsequent "gem update rails" results in Updating installed gems Updating rails ERROR: While executing gem . (Gem::InstallError) rails requires activesupport (= 2.2.2, runtime) Trying to manually update activesupport by typing "gem update activesupport" results in Updating installed gems Updating activesupport ERROR: While executing gem . (Gem::GemNotFoundException) could not find gem activesupport locally or in a repository However I do see activesupport-2.2.2.gem listed in my browser pointed to <http://rubyforge.iasi.roedu.net/gems/> http://rubyforge.iasi.roedu.net/gems/ Any suggestions? - LR _______________________________________________ Instantrails-users mailing list Instantrails-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instantrails-users -- Rob Bazinet InfoQ Ruby Editor http://www.accidentaltechnologist.com http://www.infoq.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20090106/cae399a1/attachment.html>
No problem. Just try running: gem install rails See if that works. -Rob On Tue, Jan 6, 2009 at 12:24 PM, Leonid Raiz <Leonid at raizlabs.com> wrote:> Thanks Rob. > > I should have mentioned in my original email that I did verify gem version. > Typing "gem -v" produces 1.3.1 > > Trying to follow your suggestion I typed "gem install update_rubygems" and > it resulted in > ERROR: could not find gem update_rubygems locally or in a repository > > "gem update rails" still does not work > I''d appreciate if someone can suggest additional investigative steps. > > - LR > > -----Original Message----- > *From:* instantrails-users-bounces at rubyforge.org [mailto: > instantrails-users-bounces at rubyforge.org] *On Behalf Of *Robert Bazinet > *Sent:* Tuesday, January 06, 2009 11:34 AM > *To:* instantrails-users at rubyforge.org > *Subject:* Re: [Instantrails-users] How to upgrade to rails 2.2.2 > > Leonid, > You do need to update your gems to at least 1.3 to get to Rails 2.2.2. > Please type gem -v at the command prompt in Instant Rails and see what > version it returns. If it returns anything less than 1.3 then your gem > update failed. > > If the gem update did not work then you will need to try something a bit > different. Run these command from the Instant Rails command prompt: > > gem install update_rubygems > update_rubygems > > If they run properly, typing gem -v again should give you the latest gem > and you can then update Rails. > > -Rob > > > On Tue, Jan 6, 2009 at 10:46 AM, Leonid Raiz <Leonid at raizlabs.com> wrote: > >> Hi folks, >> >> I downloaded InstantRails 2.0 and installed it w/o a problem. That >> brought rails 2.0.2. I would like to update rails to 2.2.2 so in Ruby >> Console Window I typed "gem update?system" and it run w/o a problem (at >> least I have not noticed one). However the subsequent "gem update rails" >> results in >> >> Updating installed gems >> Updating rails >> ERROR: While executing gem ? (Gem::InstallError) rails requires >> activesupport (= 2.2.2, runtime) >> >> Trying to manually update activesupport by typing "gem update >> activesupport" results in >> >> Updating installed gems >> Updating activesupport >> ERROR: While executing gem ? (Gem::GemNotFoundException) could not find >> gem activesupport locally or in a repository >> >> However I do see activesupport-2.2.2.gem listed in my browser pointed to >> http://rubyforge.iasi.roedu.net/gems/ >> >> Any suggestions? >> >> - LR >> >> _______________________________________________ >> Instantrails-users mailing list >> Instantrails-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/instantrails-users >> > > > > -- > Rob Bazinet > InfoQ Ruby Editor > http://www.accidentaltechnologist.com > http://www.infoq.com > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-- Rob Bazinet InfoQ Ruby Editor http://www.accidentaltechnologist.com http://www.infoq.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instantrails-users/attachments/20090106/6b5a97d9/attachment.html>
Same issues, see below
C:\InstantRails2.0\rails_apps>gem install rails
ERROR: Error installing rails:
rails requires activesupport (= 2.2.2, runtime)
C:\InstantRails2.0\rails_apps>gem install activesupport
ERROR: could not find gem activesupport locally or in a repository
Something else to try?
- LR
-----Original Message-----
From: instantrails-users-bounces at rubyforge.org
[mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of Robert
Bazinet
Sent: Tuesday, January 06, 2009 1:06 PM
To: instantrails-users at rubyforge.org
Subject: Re: [Instantrails-users] How to upgrade to rails 2.2.2
No problem.
Just try running:
gem install rails
See if that works.
-Rob
On Tue, Jan 6, 2009 at 12:24 PM, Leonid Raiz <Leonid at raizlabs.com>
wrote:
Thanks Rob.
I should have mentioned in my original email that I did verify gem
version. Typing "gem -v" produces 1.3.1
Trying to follow your suggestion I typed "gem install update_rubygems"
and it resulted in
ERROR: could not find gem update_rubygems locally or in a repository
"gem update rails" still does not work
I''d appreciate if someone can suggest additional investigative steps.
- LR
-----Original Message-----
From: instantrails-users-bounces at rubyforge.org
[mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of Robert
Bazinet
Sent: Tuesday, January 06, 2009 11:34 AM
To: instantrails-users at rubyforge.org
Subject: Re: [Instantrails-users] How to upgrade to rails 2.2.2
Leonid,
You do need to update your gems to at least 1.3 to get to Rails 2.2.2.
Please type gem -v at the command prompt in Instant Rails and see what
version it returns. If it returns anything less than 1.3 then your gem
update failed.
If the gem update did not work then you will need to try something a bit
different. Run these command from the Instant Rails command prompt:
gem install update_rubygems
update_rubygems
If they run properly, typing gem -v again should give you the latest gem
and you can then update Rails.
-Rob
On Tue, Jan 6, 2009 at 10:46 AM, Leonid Raiz <Leonid at raizlabs.com>
wrote:
Hi folks,
I downloaded InstantRails 2.0 and installed it w/o a problem. That
brought rails 2.0.2. I would like to update rails to 2.2.2 so in Ruby
Console Window I typed "gem update-system" and it run w/o a problem
(at
least I have not noticed one). However the subsequent "gem update
rails"
results in
Updating installed gems
Updating rails
ERROR: While executing gem . (Gem::InstallError) rails requires
activesupport (= 2.2.2, runtime)
Trying to manually update activesupport by typing "gem update
activesupport" results in
Updating installed gems
Updating activesupport
ERROR: While executing gem . (Gem::GemNotFoundException) could not find
gem activesupport locally or in a repository
However I do see activesupport-2.2.2.gem listed in my browser pointed to
<http://rubyforge.iasi.roedu.net/gems/>
http://rubyforge.iasi.roedu.net/gems/
Any suggestions?
- LR
_______________________________________________
Instantrails-users mailing list
Instantrails-users at rubyforge.org
http://rubyforge.org/mailman/listinfo/instantrails-users
--
Rob Bazinet
InfoQ Ruby Editor
http://www.accidentaltechnologist.com
http://www.infoq.com
_______________________________________________
Instantrails-users mailing list
Instantrails-users at rubyforge.org
http://rubyforge.org/mailman/listinfo/instantrails-users
--
Rob Bazinet
InfoQ Ruby Editor
http://www.accidentaltechnologist.com
http://www.infoq.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://rubyforge.org/pipermail/instantrails-users/attachments/20090106/160c627f/attachment-0001.html>