[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-30 Thread apr apr
E. Litwin wrote: What error do you get when you run gem install rails from the command line? Hi, I am getting below error ERROR: http://gems.rubyonrails.org/ does not appear to be a repository ERROR: could not find gem rails locally or in a repository -- Posted via

[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-30 Thread Bob
Have you tried running the following in a command line window? gem update --system Bob On Apr 30, 9:23 am, apr apr li...@ruby-forum.com wrote: E. Litwin wrote: What error do you get when you run gem install rails from the command line? Hi, I am getting below error ERROR:  

[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-30 Thread nirosh
It should work. It worked for me. try gem install rails -v=2.3.5 instead of gem install rails --v=2.3.5 nirosh -- 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-t...@googlegroups.com. To

[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-30 Thread apr apr
Bob wrote: Have you tried running the following in a command line window? gem update --system Bob Bob, When I tried with 'gem update --system', got following error ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: While executing gem ...

[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-30 Thread apr apr
nirosh wrote: It should work. It worked for me. try gem install rails -v=2.3.5 instead of gem install rails --v=2.3.5 nirosh Nirosh, When I tried with 'gem install rails -v=2.3.5', got following error ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not

[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-30 Thread nirosh
better remove your ruby folder manually from the C:\ and try to reinstall then try the earlier command -- 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-t...@googlegroups.com. To unsubscribe

[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-30 Thread apr apr
nirosh wrote: better remove your ruby folder manually from the C:\ and try to reinstall then try the earlier command Thanks for help, I have updated it now using netbeans, it is worknig now... thanks apr -- Posted via http://www.ruby-forum.com/. -- You received this message because you are

[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-30 Thread Bob
just to clarify...you ran gem update --system by itself and not as an option on your gem install rails command correct? Also, try adding http://rubygems.org/ to your gem sources by running the following command... gem sources -a http://rubygems.org/ After that is run, try updating system again

[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-30 Thread apr apr
Bob wrote: just to clarify...you ran gem update --system by itself and not as an option on your gem install rails command correct? Also, try adding http://rubygems.org/ to your gem sources by running the following command... gem sources -a http://rubygems.org/ After that is run, try

[Rails] Re: How to install rails gems 2.3.5 on windows

2010-04-29 Thread E. Litwin
What error do you get when you run gem install rails from the command line? On Apr 29, 12:49 pm, apr apr li...@ruby-forum.com wrote: Hi, When I try to add generator to controller, I got error as Missing the Rails 2.3.5 gem. Please `gem install -v=2.3.5 rails`, update your RAILS_GEM_VERSION