Currently, I am working on building RESTful web service in Rails. I am looking for some ways to build a good documentation in my Rails RESTful web service. I found some ways to do it:
- Wiki like Twitter API
- RDoc
- WADL (I'm not sure if anyone is currently using it?)
Could anyone gives any recommendations?