Hi, I want to display few active records in rails console, I have Hirb enabled. The table is narrow enough to be displayed (so Hirb uses standard, horizontal table) but columns are so narrow that content is completely unreadable. Do you have any idea what I could do about it?
Displaying only few columns would be great (I have records in a pure Array, not AR collection, so I cannot just pass :select
to finder method). Forcing Hirb to display records in vertical table would be perfect as well.
Thanks in advance.