I have a RESTful API written on RubyOnRails (restfulie gem). What is the best way to generate API documentation from project sources?
rake doc:app will turn your rdoc formatted comments for your methods into properly formatted html
rake doc:app