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