Search code examples
ruby-on-railsrubydocumentation

API docs generation tool


I have a RESTful API written on RubyOnRails (restfulie gem). What is the best way to generate API documentation from project sources?


Solution

  • rake doc:app will turn your rdoc formatted comments for your methods into properly formatted html