Tabular view gem in script/console

I remember there is a gem on github that is able to display tabular
view like mysql console in script/console. Anyone knows, I seem to
forget, couldn’t find it?

Thanks
Chamnap

On Thu, Jun 17, 2010 at 12:30 AM, Chamnap [email protected]
wrote:

I remember there is a gem on github that is able to display tabular
view like mysql console in script/console. Anyone knows, I seem to
forget, couldn’t find it?

Hi, the gem you’re asking for is “hirb”.

Install it and then add:
require ‘hirb’
Hirb.enable

in your ~/.irbrc

Hope it helps.

Cheers.


Leonardo M…
There’s no place like ~

Hi,

Thanks for your help.

Chamnap