Hello Railers (?),
I have just re-installed my machine with the lattest Kubuntu, which
brings with Rails 1.2.4 instead of 1.2.3. Now my Rail project doesn’t
start anymore. At first I’ve got this message:
Cannot find gem for Rails ~>1.2.3.0:
Install the missing gem with ‘gem install -v=1.2.3 rails’, or
change environment.rb to define RAILS_GEM_VERSION with your desired
version.
then I went and I updated environment.rb and now it says:
Cannot find gem for Rails ~>1.2.4.0:
Install the missing gem with ‘gem install -v=1.2.4 rails’, or
change environment.rb to define RAILS_GEM_VERSION with your desired
version.
Just to check I created a new rails project and it just works. Any ideas
what else I am forgetting to change/update to have my old project
working?
Thank you.