New to Rails 3? Check out the Ruby on Rails 3 Tutorial book and screencast.

A book and screencast series showing you how to develop and deploy industrial-strength Rails apps in a direct, step by step way. The screencast series includes 12 lessons over more than 15 hours! Get the best "over the shoulder" experience of following what a top Rails 3 developer does when building an app today. Click here to learn more.

Good Looking Searchable Rails API Docs

In Documentation, Tools

"Better" Rails documentation efforts aren't anything new but railssearch.pngVladimir Kolesnikov's attempt titled "Rails Searchable API Doc" is notable for its simplicity and smart presentation. He hasn't changed the usual IRB layout except to add a rather Mac-looking search frame to the left hand side in replacement of the usual file and class lists.

By default, the left hand frame shows an expandable tree of the various components and classes in Rails, but by typing into the search box at the top, you get quick fire links to the documentation you need. All very fast and good looking too.

You can browse the documentation online or download a 2 megabyte ZIP file to keep a local copy. Also of note is Vladimar's rather illustrative site promoting the tool - I'd love to see more like this.

Post to Twitter Tweet This Post

Vaguely Related Posts (Usually)

4 Comment Responses to “Good Looking Searchable Rails API Docs”

  1. #1
    Akhil Bansal Says:

    there is another one I love to use is http://apidock.com/rails/

  2. #2
    Soleone Says:

    Yea, I really like ApiDock, especially with the TextMate integration:

    http://blog.nodeta.fi/2009/02/23/apidock-in-textmate/

    But to be fair, this project here is also looking pretty cool!

  3. #3
    pjammer Says:

    This acts like http://www.railsbrain.com too.

  4. #4
    Andrew Vit Says:

    "this acts like railsbrain"? Can we use it as a template for generating any rdocs? I had a quick look but I couldn't see.

Leave a Reply