formating the ruby – rails console

Posted by | Posted in code, computers, Work | Posted on 28-10-2009

So now that I got the ruby console working, when you get output it’s just a big stream of text, and very hard to read separate results, and just a plain PITA.

This: http://github.com/cldwalker/hirb#readme

Does some excellent formating, comes with the default view enabled, but if you want to make your own configurations you can.

Read More