A bit of Googling led me to believe that this error happens in Rails Version < 2.3.6 . So i changed my environment file to
RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION
Now, I have 2 questions .
- I continue to get the redmine error.
- When I do a script/server, I get this : Rails 2.3.5 application starting on http://0.0.0.0:3000
even though I've clearly instructed it to load Rails 2.3.8 ! Any ideas ? Thanks!