0

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 and hanna gets stuck at random places. Any help?

sent-hil
  • 18,635
  • 16
  • 56
  • 74
  • Also, in hanna you can go into that file that's erroring and fix the `#empty?` check so it also checks for `nil`. (I presume you're getting the same error I am.) – Tim Snowhite Apr 08 '11 at 15:52

1 Answers1

0

If you truly want just the one file, maybe rocco would work well for you:

Tim Snowhite
  • 3,736
  • 2
  • 23
  • 27