From: "almostobsolete@..." Date: 2005-07-07T22:00:47+09:00 Subject: Problem generaing RDoc documentation for gems 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