Hi I have just setup instant rails on a windows box. I have migrated an app from Linux and I need to install some additional gems and upgrade rails to be the same version as on the Linux environment. I am completely unable to install any gems. I get messages like the following examples: E:\giorgio\rails_apps>gem install rails -v 2.2.2 Bulk updating Gem source index for: http://gems.rubyforge.org/ Bulk updating Gem source index for: http://gems.github.com ERROR: could not find rails locally or in a repository E:\giorgio\rails_apps>gem install rails -v 2.2.2 --source http://gems.rubyforge.org Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: could not find rails locally or in a repository E:\giorgio\rails_apps>gem install BlueCloth Bulk updating Gem source index for: http://gems.rubyforge.org/ Bulk updating Gem source index for: http://gems.github.com ERROR: could not find BlueCloth locally or in a repository I installed a couple by downloading a zip file and running the install and one by downloading the gem file and installing locally but surely there must be an answer to this? Thanks for any suggestions George -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
2009/12/19 giorgio <george.peverell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Hi > > I have just setup instant rails on a windows box. > > I have migrated an app from Linux and I need to install some > additional gems and upgrade rails to be the same version as on the > Linux environment. > > I am completely unable to install any gems. > > I get messages like the following examples: > > E:\giorgio\rails_apps>gem install rails -v 2.2.2 > Bulk updating Gem source index for: http://gems.rubyforge.org/ > Bulk updating Gem source index for: http://gems.github.com > ERROR: could not find rails locally or in a repository > > E:\giorgio\rails_apps>gem install rails -v 2.2.2 --source http://gems.rubyforge.org > Bulk updating Gem source index for: http://gems.rubyforge.org > ERROR: could not find rails locally or in a repository > > E:\giorgio\rails_apps>gem install BlueCloth > Bulk updating Gem source index for: http://gems.rubyforge.org/ > Bulk updating Gem source index for: http://gems.github.com > ERROR: could not find BlueCloth locally or in a repository > > I installed a couple by downloading a zip file and running the install > and one by downloading the gem file and installing locally but surely > there must be an answer to this?Are you doing the install from within the console in InstantRails? It must not be from an ordinary DOS box. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Yes I am doing it from a "ruby console" from within instant rails. Still not had any joy. G. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I have solved it finally. After doing a gem update --system it works fine... -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.