Hi All, I just did an upgrade of my rails installation to Rails1.2RC1. but i get this error when i startup my old applications: Any help will be appreciated. Thanks in advance.
I just did an upgrade of my rails installation to Rails1.2RC1. but i
get this error when i startup my old applications: Any help will be
appreciated. Thanks in advance.
===================================
./script/server
Cannot find gem for Rails =1.1.6:
Install the missing gem with 'gem install -v=1.1.6 rails', or
change environment.rb to define RAILS_GEM_VERSION with your desired
version.
===================================
(Seems like i have the right rails though)
rails --version
Rails 1.1.6
Comment out the RAILS_GEM_VERSION line in environment.rb.
Best regards
Peter De Berdt
That works! thanks a lot - Temo