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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Andreas, RAILS_GEM_VERSION should match the version number of your installed rails. i.e.: on my system, rails --version gives Rails 2.2.2 thus, RAILS_GEM_VERSION = ''2.2.2'' is correct. 1.3.1 is probably the version of gem you have installed rick On Dec 29, 11:13 am, kevin lee <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> 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 viahttp://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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Sorry about the name change Kevin... On Dec 29, 2:42 pm, Rick <Richard.T.Ll...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Andreas, > > RAILS_GEM_VERSION should match the version number of your installed > rails. i.e.: on my system, > rails --version gives Rails 2.2.2 > thus, RAILS_GEM_VERSION = ''2.2.2'' is correct. > > 1.3.1 is probably the version of gem you have installed > > rick > > On Dec 29, 11:13 am, kevin lee <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > > > 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 viahttp://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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---