RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: joshco
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
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