Apenas não consigo redmine para trabalhar

ntão, eu tenho tentado fazer com que o redmine trabalhe seguindo todos os tipos de tutoriais na web, mas sempre fico preso na mesma etap

G:\Ruby187\apps\redmine>rake db:migrate
NOTE: SourceIndex.new(hash) is deprecated; From G:/Ruby187/apps/redmine/config/.
./vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:100:in `new'.
rake/rdoctask is deprecated.  Use rdoc/task instead (in RDoc 2.4.2+)
rake aborted!
uninitialized constant ActiveSupport::Dependencies::Mutex

(See full trace by running task with --trace)

Procurando o erro, eles me dizem para alterar a linha Rakefile:

require 'rake/rdoctask'

par

require 'rdoc/task'

Mas, então, recebo o erro:

G:\Ruby187\apps\redmine>rake db:migrate
NOTE: SourceIndex.new(hash) is deprecated; From G:/Ruby187/apps/redmine/config/.
./vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:100:in `new'.
rake aborted!
no such file to load -- rdoc/task

(See full trace by running task with --trace)

Aqui estão algumas informações sobre minha configuração:

Machine: Windows 7 (32 bits)Redmine Versão: 1.1.2Tutorial seguido:http: //www.ptperalta.net/index.php/technology/installing-redmine-on-windows-step-by-step-guide.htmgem list:

G: \ Ruby187 \ apps \ redmine> lista de gemas

actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5
activeresource (2.3.5)
activesupport (2.3.5)
cgi_multipart_eof_fix (2.5.0)
gem_plugin (0.2.3)
i18n (0.4.2)
mongrel (1.1.5 x86-mingw32)
mysql (2.8.1 x86-mingw32)
rack (1.0.1)
rails (2.3.5)
rake (0.9.2)

Por favor ajude

questionAnswers(2)

yourAnswerToTheQuestion