So, I\'ve been trying to get redmine to work with following all kinds of tutorials around the web, but I always get stuck at the same step :
G:\\Ruby187\\app
The problem seems to be with your version of rake - from the RedmineInstall requirements section:
Rake 0.8.7 is required (rake 0.9.x is not supported by Rails yet)
You'll need to uninstall the currently installed version of rake:
gem uninstall -v=0.9.2 rake
(answer y
)
and install an older version:
gem install -v=0.8.7 rake
See also this message on the redmine forum