RDoc is the default embedded documentation generator for Ruby.
I'm looking for a good, solid reference for proper RDoc syntax. Recommendations? I can't seem to find anything that clearly …
ruby rdocWhen I run rake db:create I receive this error rake aborted! no such file to load -- rdoc/task (…
ruby-on-rails rubygems rake rdocI 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 rdocPossible Duplicate: ruby 1.9 ri problem When I try to use Ruby's ri tool in a command prompt window to get …
ruby rdoc riWhat 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 blueclothI know it's possible to install a gem without the documentation, but unfortunately, I didn't for the first three months …
ruby rubygems rdocWhenever I install gems I see ri and rdoc follow. I know this is documentation but what is the difference …
ruby rdoc riJust 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