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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs