rails console - display active record results in a table

Power Point picture Power Point · Sep 30, 2010 · Viewed 11.3k times · Source

Is there a way to display Active Record results in table format in the script/console environment?

Answer

Jordan Running picture Jordan Running · Sep 30, 2010

Yep. There's a gem called hirb that does this very well.