Re: ANN: Prone - better exception reporting middleware for Ring

2014-12-08 Thread Baishampayan Ghose
This is brilliant! Thanks Magnar :-) ~BG

On Mon, Dec 8, 2014 at 1:15 PM, Magnar Sveen magn...@gmail.com wrote:

 Better exception reporting middleware for Ring. Heavily inspired by 
 better_errors
 for Rails https://github.com/charliesome/better_errors.

 See it to believe it: a quick video demoing Prone
 https://dl.dropboxusercontent.com/u/3378230/prone-demo.mp4.

 Prone presents your stack traces in a consumable form. It filters out
 stack frames that did not originate in your application, allowing you to
 focus on your code. It allows you to browse environment data, such as the
 request map and exception data (when using ex-info). Prone also provides
 a debug function that enables you to visually browse local bindings and any
 piece of data you pass to debug.

 https://github.com/magnars/prone/blob/master/screenshot.png

 Check it out: https://github.com/magnars/prone


 Any feedback welcome. :-)

 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Baishampayan Ghose
b.ghose at gmail.com

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ANN: Prone - better exception reporting middleware for Ring

2014-12-07 Thread Magnar Sveen


Better exception reporting middleware for Ring. Heavily inspired by 
better_errors 
for Rails https://github.com/charliesome/better_errors.

See it to believe it: a quick video demoing Prone 
https://dl.dropboxusercontent.com/u/3378230/prone-demo.mp4.

Prone presents your stack traces in a consumable form. It filters out stack 
frames that did not originate in your application, allowing you to focus on 
your code. It allows you to browse environment data, such as the request 
map and exception data (when using ex-info). Prone also provides a debug 
function that enables you to visually browse local bindings and any piece 
of data you pass to debug.

https://github.com/magnars/prone/blob/master/screenshot.png

Check it out: https://github.com/magnars/prone


Any feedback welcome. :-)

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.