View formatted table columns using table_print gem

table_print Gem It's an efficient way to view a list of structured data, making it easy to scan and compare across large swaths of records. It even lets you nest other tables of related objects, contextualizing data across tables. It’s incredibly flexible, yet simple, making it easy to see exactly the data you care about. INSTALLATION: To install the gem: Add the following to your gemfile- gem "table_print", "~> 1.0.0" Then run: $ bundle install USAGE: Go to rails console: $ rails c Eg. 1) To view the entire table: tp Size.all Will give the output: ID