[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

[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 ar

[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: coul

[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 ... (Gem::RemoteFetche

[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 http://www.ruby-foru

[Rails] How to install rails gems 2.3.5 on windows

2010-04-29 Thread apr apr
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 setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version in

[Rails] Unable to install ruby gems 2.3.5

2010-04-29 Thread apr apr
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 setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version in