Can't find rails after re-installing/upgrading Kubuntu

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.

What does it environment.rb say in the project that works?

you will have to reinstall all the dependencies once again…

Hello,

On Monday 26 November 2007 09:20:35 ghoti wrote:

What does it environment.rb say in the project that works?

Ooops, I forgot: RAILS_GEM_VERSION = ‘1.2.4’ unless defined?
RAILS_GEM_VERSION
Same I’ve put on the other one.

Thanks.

On Monday 26 November 2007 11:58:38 Dhaval P. wrote:

you will have to reinstall all the dependencies once again…

What dependencies?

Hello,

Just for the record, I kind of solved it. I used a program called meld
to make
a recursive comparition and aside minor differences in boot.rb, I’ve
noticed
than now, the new projects, contain a copy of rails while the old
didn’t.
I’ve just made the copy and it worked.