Hi All,

I backed up my rails project and then reinstall Windows due to OS crash.
Then I install the latest Ruby, RubyGem, and Rails and copy back the
rails project.  But now I cannot start the server (ruby script/server).
It gives the following message:

./script/../config/boot.rb:26:Warning: Gem:SourceIndex#search support
for String patterns is deprecated  Cannot find gem for Rails ~>1.3.1.0:
Install the missing gem with 'gem install -v=1.3.1 rails', or change
environment.rb to define RAILS_GEM_VERSION with your desired location.

I changed environment.rb's RAILS_GEM_VERSION to 1.3.1 but it does not
have an effect.  Then I tried to install the missing gem as listed above
(I think it is already installed but I try it anyway) and got the error
message:  Could not find gem rails locally or in a depository.

How can I solve this problem?  Should I start a new app for my existing
project?
Please enlighten.  Thanks!
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to