tempire / mojolicious-plugin-consolelogger

Show Mojolicious log messages in browser console (firebug, webkit dev tools)
8 stars 5 forks source link

Fixes for JSON response, Mojo::JSON #5

Closed phillipadsmith closed 9 years ago

phillipadsmith commented 9 years ago

Fix to allow this plugin to work when Mojolicious is returning a JSON response, as well as removing the depreciated call to Mojo::JSON->new().

phillipadsmith commented 9 years ago

@tempire Great module. Needs some love. Please merge. :)

tempire commented 9 years ago

Tests fail. They might need some lovin' too. If you get them passing, I'll submit it to cpan. Otherwise, it will have to wait a bit.

phillipadsmith commented 9 years ago

@tempire I've sent the PR with the fixed tests. FYI, they were broken on a Mojolicious change, nothing to do with this PR.