keyongtech


  keyongtech > ruby > 07/2005

 #1  
07-07-05, 01:57 PM
almostobsolete
Hi,

I hope this is the right place to ask, I know there's a rails list as
well but this does seem to me to be a more general problem with my
setup.

I've been trying to generate CHM documentation for rails by switching
to "\ruby\lib\ruby\gems.8\gems" and running "rdoc -f chm -o chm_folder
action* rails-*" but it keeps failing. The last few lines are:

controller_generator.rb: c.
controller.rb: c
rails-0.12.1/lib/rails_generator/generators/components/controller/templates/cont
roller.rb:3:15: Expected class name or '<<'. Got RubyToken::TkLT: "<"
..

After that it just freezes.

I'm running windows, I used the windows installer to install ruby and
gems to install rails.

Any help would be very much appreciated. Thanks

-tom
 #2  
07-07-05, 02:13 PM
Lothar Scholz
Hello almostobsolete,

agc> Hi,

agc> I hope this is the right place to ask, I know there's a rails list as
agc> well but this does seem to me to be a more general problem with my
agc> setup.

agc> I've been trying to generate CHM documentation for rails by switching
agc> to "\ruby\lib\ruby\gems.8\gems" and running "rdoc -f chm -o chm_folder
agc> action* rails-*" but it keeps failing. The last few lines are:

agc> controller_generator.rb: c.
agc> controller.rb: c
agc> rails-0.12.1/lib/rails_generator/generators/components/controller/templates/cont
agc> roller.rb:3:15: Expected class name or '<<'. Got RubyToken::TkLT: "<"
agc> ..


agc> After that it just freezes.

Yes, this is a well known problem. Please post it to the ruby on rails
mailing list and tell mr. David Heinemeier Hensen that he should fix
this in the rails package by adding an empty ".document" put this into
the templates directory. As this templates should not be added to RDOC.

Or even better tell him that this templates should not have the *.rb
extension.

It's so easy to fix but instead he added a patch to RubyGems
(has_rdoc specification option) that prevents RDOC generation
... oh wait i should stop now before i get too unpolite.
 #3  
07-07-05, 02:38 PM
Tom
Thanks, creating the .document file seems to have solved that problem.
Unfortunatly it's now coming up with a new error:

Generating CHM...
c:/ruby/lib/ruby/1.8/rdoc/generators/html_generator.rb:1286:in
`initialize': Inv
alid argument - classes/<.html (Errno::EINVAL)
from
c:/ruby/lib/ruby/1.8/rdoc/generators/html_generator.rb:1286:in `ope
n'
from
c:/ruby/lib/ruby/1.8/rdoc/generators/html_generator.rb:1286:in `gen
_into'
from
c:/ruby/lib/ruby/1.8/rdoc/generators/html_generator.rb:1282:in `eac
h'
from
c:/ruby/lib/ruby/1.8/rdoc/generators/html_generator.rb:1282:in `gen
_into'
from
c:/ruby/lib/ruby/1.8/rdoc/generators/html_generator.rb:1270:in `gen
erate_html'
from
c:/ruby/lib/ruby/1.8/rdoc/generators/html_generator.rb:1190:in `gen
erate'
from
c:/ruby/lib/ruby/1.8/rdoc/generators/chm_generator.rb:38:in `genera
te'
from c:/ruby/lib/ruby/1.8/rdoc/rdoc.rb:263:in `document'
from c:/ruby/bin/rdoc:63

Any ideas?

-tom

Lothar Scholz wrote:
[..]
 #4  
07-07-05, 06:34 PM
llothar
As i currently work on RDOC/RI i will look into this over the next
weekend. At the moment i can only say a bug in "html_generator.rb" is
not so easy to fix - normally.
Similar Threads
RDoc, gems, and documentation for dynamically generated constants

Hi, I've got a library that dynamically generates constants the moment it's loaded. It looks something like this at the top of the file: ['ALPHA', 'BETA', 'GAMMA'].each{...

ri, rdoc, gems, and rails

One great new feature of rubygems 0.9 is that we now have ri for installed gems as well. That's super! I'm not getting this for rails, even though I have the gems...

rake + gems + rdoc - broken?

Gems which previously used to install with rdocs (available via the gems rdoc server) don't seem to do so any more. And "rake rdoc" dies. Anyone else having similar...

gems rdoc failure with Rails

Ruby 1.8.2, gem 0.8.1 with update, on Win xp I installed rails, did gem_server, and tried to browse rails documentation. Links after the 1st page are broken. A bug or...

rdoc: how to generate rdoc & ri documentation of standard library?

Hi, how can I generate rdoc & ri documentation of the standard library? I tried "cd /usr/local/lib/ruby; rdoc", but had to cancel it because rdoc tried eating up all my RAM...


All times are GMT. The time now is 10:26 AM. | Privacy Policy