I just got a new computer at work and I have been noticing things that are different from my work computer and home computer.
One that is perplexing me at the moment is the JSON output by Rails. At home, it puts out the JSON automatically in a way that is easy read. (With color, indentation etc)
Instead, I get one lump block -_-;
[{"id":1,"title":"ratione fuga perferendis","is_completed":false,"created_at":"2015-06-19T16:48:27.947Z","updated_at":"2015-06-19T16:48:27.947Z"}]
Anyone know how to fix it?