> On Mar 11, 11:55 am, cldwalker <[email protected]> wrote:
>
> > Hi all,
> >   Thought you all might be interested in 
> > hirb,http://github.com/cldwalker/hirb,
> > which now supports
> > sequel 
> > models:http://tagaholic.me/2010/03/11/hirb-and-tables-for-all.html#sequel.
> > This means that any array of sequel model objects will render a mysql-
> > like ascii table in irb.
>
> That's cool.  The pretty_table extension does something similar, but
> it's not integrated with irb.

Cool. Didn't know Sequel had anything similar. Fyi hirb is different
in that it should always prints tables that will fit within your
detected terminal width. It does this by truncating field values as
necessary (with ...) and giving fields with average longer width more
width in the overall table.

Gabriel

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to