Sign in through GitHub

joshrcohen's Profile

GitHub User: joshrcohen

Comments by

Avatar

Ryan,

Here's a suggestion for your railscasts that deal with JSON responses. Make the server reaponse automatically pretty-print the JSON so that it's easier to visually follow.

I've found this neat rack middleware trick:
http://stackoverflow.com/a/13029297/1148455