Top "Rdoc" questions

RDoc is the default embedded documentation generator for Ruby.

Is there a good, solid reference for proper RDoc syntax?

I'm looking for a good, solid reference for proper RDoc syntax. Recommendations? I can't seem to find anything that clearly …

ruby rdoc
no such file to load -- rdoc/task

When I run rake db:create I receive this error rake aborted! no such file to load -- rdoc/task (…

ruby-on-rails rubygems rake rdoc
How do I generate RDOC for (all of) Rails?

I can do sudo gem rdoc activerecord --no-ri and sudo gem rdoc actionpack --no-ri both of which give me good …

ruby-on-rails ruby api rdoc
Why does my Ruby 'ri' tool not return results in command prompt?

Possible Duplicate: ruby 1.9 ri problem When I try to use Ruby's ri tool in a command prompt window to get …

ruby rdoc ri
Problems installing rdoc, irb, bluecloth, chronic on fedora 12

What do these errors mean? [root@localhost config]# gem install bluecloth Building native extensions. This could take a while... ERROR: …

ruby-on-rails irb rdoc chronic bluecloth
Why do I get "conflicting chdir during another chdir block" when updating Rubygems on Mountain Lion?

Is there any way to revert back to the version of RubyGems that comes with Mountain Lion? The reason I …

ruby macos rubygems rdoc downgrade
How do you remove the documentation installed by gem install?

I know it's possible to install a gem without the documentation, but unfortunately, I didn't for the first three months …

ruby rubygems rdoc
What is the difference between ri and rdoc

Whenever I install gems I see ri and rdoc follow. I know this is documentation but what is the difference …

ruby rdoc ri
Rails: how do I resolve the 'rake/rdoctask'' is deprecated' warning?

Just a forewarning: I'm a rails noob. When I run: rake db:migrate I get this deprecation warning: WARNING: 'require …

ruby-on-rails ruby-on-rails-3 rspec rake rdoc