Hi. I'm currently using Rails 2.1. But i want to use i18n to internationalize my rails application. I'm trying to install rails 2.2 using: gem update rails but it gives me an error... Can anyone please suggest..how do I do this??? Thank You.
Maybe a little more detail would help… OS? Error?
The urls it tries to download the gem from is not working…
I do not know anything about mirrors, hope someone else here knows…
try specifying the source: gem update rails --source=http://gems.rubyforge.org
other than that try to update your rubygems.
MaD wrote:
try specifying the source: gem update rails --source=http://gems.rubyforge.org
other than that try to update your rubygems.
Hey.. Thank You so much... that worked for me... Thanks again...
Jeba Momin wrote:
MaD wrote:
try specifying the source: gem update rails --source=http://gems.rubyforge.org
other than that try to update your rubygems.
Hey...I'm trying to update rails on another m/c now...and I'm getting the same error as before:
C:\Front End>gem update rails --source=http://gems.rubyforge.org Updating installed gems Updating rails ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response ( The request is not supported. ) 500 (http://gems.rubyforge.v m.bytemark.co.uk/gems/actionmailer-2.2.2.gem)
Please can someone tell me..where am I going wrong??? Thank You...
http://gems.rubyforge.vm.bytemark.co.uk/gems/actionmailer-2.2.2.gem
that address seems to be working. have you tried it again?
MaD wrote:
http://gems.rubyforge.vm.bytemark.co.uk/gems/actionmailer-2.2.2.gem
that address seems to be working. have you tried it again?
Hey... It worked when I did this: C:\>gem update rails --source=http://gems.rubyforge.org
'Front End' is my Rails application... When I try doing gem update from within my rails application...only then I get the error...!!! Anyways... Thanks a lot for your help..