thingelstad.com

Jamie Thingelstad’s Personal Website

Rails API using Fluid SSB

with one comment

I’ve been diving big into Ruby on Rails this week with this class I’m taking. One of the things I found right away is you need to have the Rails API documentation very handy. The main site is api.rubyonrails.com, and frankly it’s horrible. Luckily there is a great alternative at RailsBrain that uses AJAX and all sorts of spiffy fun to make the API so much more usable. Today though I was getting frustrated because I had a slow internet connection and things were taking forever. Enter the solution, a site-specific browser.

My friend Kent came up with this idea, so credit to him for it, but I know he’ll never blog about it and I want to share the love. RailsBrain allows you to download the API documentation as a zip file. It is simply a collection of files and can be served without a web server.

Unzip the files to a location of your liking and then launch fluid. Here is the setup window. For extra fun, I took the logo image off of RailsBrain to use as the application icon.

Fluid-Setup-Screen-For-RailsAPI.png


After doing this hit create and you’ve got a brand new shiny application that runs local, will work offline, is never going to be slow, and can be launched easily via your launcher of choice.

Quicksilver-Launching-Fluid-RailsAPI.png

Plus, you can now alt-tab to it easily. Wow! Great idea Kent! This is really great, and it is blistering fast!

Share and Enjoy:
  • del.icio.us
  • Facebook
  • Digg
  • Furl
  • LinkedIn
  • Slashdot
  • StumbleUpon
  • Technorati
  • Reddit
  • TwitThis
  • Ma.gnolia
  • Pownce
  • E-mail this story to a friend!

Related posts

Written by Jamie

March 11th, 2008 at 9:22 pm

Posted in Techie

Tagged with , , ,

One Response to 'Rails API using Fluid SSB'

Subscribe to comments with RSS or TrackBack to 'Rails API using Fluid SSB'.

  1. Here is another bonus with this approach. The newest version of Fluid supports bookmarks in the SSB. Since RailsBrain’s documentation set actually changes the URL when you select something, you can easily bookmark commonly referenced API methods and have them available right away.

    Yeah!

    thingles

    11 Mar 08 at 11:37 pm

Leave a Reply