awesome_print

awesome_print is a Ruby gem that formats Ruby objects with colorised, readable output in the Rails console and logs. It makes debugging and inspecting objects much easier compared to raw `inspect` calls.

Setup involves adding the gem in development, and it automatically overrides inspect for better formatting.

Alternatives include hirb for table-style printing or pry’s built-in pretty-printing.