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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Jun 17, 2010 at 12:30 AM, Chamnap <chamnapchhorn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 Mateo. There''s no place like ~ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi, Thanks for your help. Chamnap On Jun 17, 8:53 pm, Leonardo Mateo <leonardoma...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Thu, Jun 17, 2010 at 12:30 AM, Chamnap <chamnapchh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 Mateo. > There''s no place like ~-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.