> Sounds like your app is using a version of rails that is too old
That's what I guessed and for that completly uninstalled rails and gem
from my system and reinstalled gem1.8 + rails 2.3.5
But it did not change anything. Running 'script/server' -u' from my
project still invokes
/home/inet/.gem/ruby/1.8/gems/activesupport-2.1.0/... stuff, while 2.3.5
is also available there.
How to update the project? (Running rails:update didn't help.)
the version to use is set in environment.rb (unless you have frozen
rails into vendor)