Rake uninitialized constant RDoc::RDoc

Posted by Joshua on Stack Overflow See other posts from Stack Overflow or by Joshua
Published on 2010-06-07T21:50:08Z Indexed on 2010/06/08 17:32 UTC
Read the original article Hit count: 315

Filed under:
|

When ever I run make I get this 'uninitialized constant RDoc::RDoc' error

rake -T (in Main) rake aborted! uninitialized constant RDoc::RDoc C:/Ruby186/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile' (See full trace by running task with --trace)

--edit

Running --trace it seems the only non rails code is from rdoc_rails. Since other people seem to be able to run it fine I assume I am missing a gem or plugin but I can't figure out which.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rake