RDoc is the default embedded documentation generator for Ruby. Rdoc generates structured documentation that can be accessed via a web browser or the command-line by analyzing the code and specially formatted comments. Even in the absence of comments, rdoc will generate documentation using a programs ...
0
votes
2answers
879 views
ERROR: 'rake/rdoctask' is obsolete and no longer supported
Out of the blue, I started getting the following error message:
(in /Users/me/.rvm/gems/ruby-1.9.3-p125@mysql2/gems/rails-0.9.5)
rake aborted!
ERROR: 'rake/rdoctask' is obsolete and no longer ...
0
votes
2answers
426 views
Why is ri on Windows returning nothing?
When I type ri at the command prompt it returns nothing:
Classes and Modules known to ri:
How do I set this up properly?
Many thanks.
0
votes
2answers
760 views
Automating rake doc:app
For you rails programmers, what's the easiest way to keep your RDoc files up-to-date?
I know I can run rake doc:app manually, but I really don't feel like adding a manual step to the check-in ...
2
votes
1answer
165 views
Show ruby core and standard documentation when running gem server
Is there a way to show the ruby core and standard library documentation when running gem server?
I can navigate the core & std documentation created with rvm, but I would like to have all the ...
1
vote
1answer
15 views
Stop Rdoc from creating link on a string
I'm using RDoc for the first time, and I've run into one issue that's a bit bothersome. I have a line in my class documentation like the following:
# * callingState
I also have a class in that same ...
1
vote
1answer
70 views
How can I insert Rdoc comments in RubyMine
When I used Visual Studio I was used to inserting XML comments with just a few key presses at the beginning of the method definition (I think /// but it's been a while). Is there a way to insert an ...
1
vote
1answer
32 views
RDoc just my own application?
Is there a way to stop RDoc from going higher than the current directory? i just tried
rdoc -O -x ../
but this also stopped it from parsing relative pathes in subdirectories; what I really need is ...
1
vote
1answer
68 views
Rdoc: How to document different forms for method with (*args) signature?
I am wanting to document some methods in my Ruby code, where the methods have a signature of (*args). The actual method call can comprise two or three different forms. I would like to document these ...
1
vote
1answer
321 views
Server Error 500 when fetching rdoc gems
I am trying to run a bundle update on my Mac which has been upgraded to Lion.
It is consistently failing to fetch rdoc, with the following error.
...
1
vote
1answer
52 views
Documenting classes using labeled lists
I am using Ruby on Rails 3.0.7 and I am writing some documentation for my application using RDoc. In my application file I have this:
#[EXAMPLE 1 - Some text.]
#
# [CASE 1 - Some text.]
#
# ...
1
vote
1answer
51 views
How to get fastri working with bundler driven projects
I'd like to get the fastri engine working with bundler driven projects. Anybody know how to do this.
1
vote
1answer
685 views
Rails model documentation
I need to create documentation for my rails models. I can't figure out how to get the Rake doc:x commands to include the validators and relationships. I'm using annotate_models to document the table ...
0
votes
1answer
27 views
Invalid output formatter when installing a gem
I built a gem for my own usage and when I want to install it I get the following:
$ gem install mygem
Successfully installed mygem-0.0.1
1 gem installed
Installing RDoc documentation for ...
0
votes
1answer
57 views
gem for using rdoc (or other simple markup) syntax for content of pages such as faq, about etc
I want to use rdoc (or yard or simple markup) markup for content of static pages such as faq, about etc. Had a look at high voltage from thoughtbot I would fit my need perfectly if I could also edit ...
0
votes
1answer
141 views
YARD and RDoc compatibility
If I document my code with YARD, and use e.g. the @overload tag, and someone else installs my gem and it generates the documentation with RDoc, won't the result be messy?
Is there a good way to deal ...
0
votes
1answer
174 views
Best 'classic' RDoc version?
I would like to generate the classic 4-panel, framed RDoc format, with working hyperlinks. Any suggestions of which RDoc to install?
My ruby 1.8.6 installation has an RDoc that generates the 4-panel ...
0
votes
1answer
72 views
Can't get RDoc to suppress cross-references for a specific word
I'm using the jeweler gem when developing new gems. As part of the skeleton, it sets up a set of RDoc related rake tasks - the main one being rake rdoc. As far as I can tell from the Rakefile, this ...
0
votes
1answer
231 views
Create doc for rails, plugins, app in a single file
I was wondering what the best option for generating doc for rails, its plugin and the app in one single file that I can navigate.
I've been using rdoc but that creates multiple files, yard is too slow ...
0
votes
1answer
37 views
Make RDoc parse unchanged files too
Is there any parameter to rdoc that tells it to include all unchanged files again, too?
Calling rdoc a second (third, fourth) time, just parses the files that have been changed and index.html only ...
5
votes
0answers
110 views
Disable rdoc and ri from gemspec / Gemfile
I have a client gem which I will distribute business clients via rubygems. Gem client has cca. dozen gem dependencies and when it is being installed it takes a long time to install it due to ...
2
votes
0answers
49 views
How to exclude module but include class of that module in RDoc
Running RDoc doesn't make sense for some modules that are blank. For example:
class moduleName::className < ActiveRecord::Base
def foo
end
def bar
end
end
RDoc produces report:
...
2
votes
0answers
83 views
Customize RDoc::ClassModule#description
I'm attempting to write a new generator for RDoc but I cannot figure out how to customize the description output for an RDoc::ClassModule object. Currently it looks like this:
<p><a ...
2
votes
0answers
171 views
How do I render a verbatim/code/pre plus sign with RDoc markup?
Using RDoc markup and generating docs with Yard, I'm trying to document some command output that has a line like:
+----------------------------------+
...but can't figure out how to achieve this. ...
1
vote
0answers
39 views
Completely replace rdoc by yard for gem install/server
is there a way to completely replace rdoc by yard, even when installing a gem?
As it is now, gem server has only access to rdoc-generated docs. In some cases like the FFI-gem, the documentation is ...
1
vote
0answers
65 views
Is it possible to generate RDoc documentation from Java classes exposed via JRuby?
I have existing Java classes which are exposed to Ruby scripts via JRuby and I would like to be able to provide RDoc-style documentation to the Ruby developers who will be using the java objects.
Is ...
0
votes
0answers
6 views
Wich comments generator use with Rdoc gem ?
I've installed the Rdoc gem for my Rails application, and it seems like this one doesn't automatically generate the source code comments.
Then, I'm asking if somebody knows a gem wich could generate ...
0
votes
0answers
24 views
How to document a Rails Concern via rdoc?
Given a Rails Concern like the following I have problems documenting the foo attribute and the bar method.
module FooBar
extend ActiveSupport::Concern
included do
# The ...
0
votes
0answers
58 views
How can I generate capistrano tasks documentation?
I have a fair bunch of capistrano tasks, each well documented with inline documentation.
I am looking to now have Jenkins take these inline docs and publish rdoc/yard style documentation.
Are ...
0
votes
0answers
69 views
RDOC and multiple attr_accessor symbols?
I'm relatively new to Ruby and I've been trying to learn how to format my comments for output via rdoc. If I have an attr_accessor e.g.
# id:: an identifier
# price:: total cost
attr_accessor :id, ...
0
votes
0answers
38 views
rails rdoc : show doc/ content in doc.mysite.com
Rdoc produces a nice doc/ directory in my rails application where html files are available to browse.
I'd like to give access to this content to logged users only, the permissions being dealt with ...
0
votes
0answers
101 views
Parameter list that looks good in both rdoc and yard docs
I'm converting a gem's documentation from Rdoc to Yard, and can't figure out how to make a parameter list that works in both Yard and Rdoc. This markup:
# @param barcode_id [String] Nominally a ...
0
votes
0answers
35 views
How to indicate the syntax for a code block in RDoc?
I'm writing an .rdoc file. I added lines using 4 spaces at beginning to indicate that there are in a pre tag. Like this:
<div>
<p>foo</p>
<p>bar</p>
</div>
...
0
votes
0answers
85 views
How do I use a markdown file as the main file for rdoc (in a rails project)?
Is it possible to use a readme.md file with a Rails project and have rdoc use it a the main page? I tried setting up my rake task as follows, but the index.html page that gets generated has a ...
0
votes
0answers
160 views
Rake task to generate Rdoc fails with error message 'uninitialized constant RDoc::Generator'
I want to have a task in my Rakefile to generate RDoc for my gem. I have the most recent versions of Ruby, Rake, and RDoc This is what is in my Rakefile:
require 'rubygems'
require 'rake'
require ...
0
votes
0answers
22 views
How to make an internal link in an RDoc document
In RDoc, it's easy to make external links with custom labels. e.g.
StackOverflow[http://stackoverflow.com]
{Click here for SO}[http://stackoverflow.com]
How do you make a link, with a custom label, ...
0
votes
0answers
227 views
unable to convert U+0416 from UTF-8 to US-ASCII for
I have a CI server in my remote server and when CI server run rake rdoc command I get following errors:
+ bundle exec rake rdoc
option --inline-source is deprecated: source code is now always inlined
...
0
votes
0answers
180 views
Rdoc from Gemfile
I would like to include Gemfile in my rdoc documentation. Rdoc treats it like a source file with expected results. Is there any way to get rdoc to treat it like a Ruby file instead?
0
votes
0answers
123 views
Documenting constants and methods
I am writing a documentation for my Ruby on Rails 3.0.7 application using RDoc. In the application lib folder, I have the following:
module ModuleName
class ModuleName::User < ActiveRecord::Base
...
0
votes
0answers
247 views
Rdoc doesn't generate diagrams
I am able to generate the documentation using Rdoc, but can't generate class diagrams. Rdoc doesn't even produce any errors regarding the diagram, it is like it just ignores the -d flag. I have ...
0
votes
0answers
249 views
Accessing rdoc files from one place
In Ruby, if you run the command gem server it will present you with a web page of documentation for all the gems you have installed on your machine. Can something similar be done for your local ...
