[Rails] Re: i18n with Rails 2.1

2009-02-27 Thread Jeba Momin
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 Endgem update rails

[Rails] Re: i18n with Rails 2.1

2009-02-27 Thread MaD
http://gems.rubyforge.vm.bytemark.co.uk/gems/actionmailer-2.2.2.gem that address seems to be working. have you tried it again? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to

[Rails] Re: i18n with Rails 2.1

2009-02-27 Thread Jeba Momin
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

[Rails] Re: i18n with Rails 2.1

2009-02-12 Thread Mathieu Rousseau
Maybe a little more detail would help... OS? Error? On Thu, Feb 12, 2009 at 10:56 AM, Jeba Momin rails-mailing-l...@andreas-s.net wrote: 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] Re: i18n with Rails 2.1

2009-02-12 Thread Jeba Momin
Mathieu Rousseau wrote: Maybe a little more detail would help... OS? Error? On Thu, Feb 12, 2009 at 10:56 AM, Jeba Momin OS:windows XP Error: ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response ( The request is not supported. ) 500 (http://gems.rubyforge.v

[Rails] Re: i18n with Rails 2.1

2009-02-12 Thread Mathieu Rousseau
The urls it tries to download the gem from is not working... I do not know anything about mirrors, hope someone else here knows... On Thu, Feb 12, 2009 at 11:04 AM, Jeba Momin rails-mailing-l...@andreas-s.net wrote: Mathieu Rousseau wrote: Maybe a little more detail would help... OS?

[Rails] Re: i18n with Rails 2.1

2009-02-12 Thread MaD
try specifying the source: gem update rails --source=http://gems.rubyforge.org other than that try to update your rubygems. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to

[Rails] Re: i18n with Rails 2.1

2009-02-12 Thread Jeba Momin
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... -- Posted via http://www.ruby-forum.com/.