PrettyException 0.9.2: More Pretty than ever

D

Dmitry V. Sabanin

Cheers!

This is a second release of a simple library, using which you can generate pretty html representation
of Exception that was raised.
First announce, for those who missed, is here ruby-talk:108882

Here is the screenshot of what you'll have if you setup this:
http://muravey.net/docs/PrettyException-2.png

Changelog is:
+ Ruby sources are inserted in the backtrace table
+ Added source highlightning based on Simon Strandgaard's Ruby lexer
+ Fixed bug with Mozilla rendering engine(Gecko)

Thanks to RubyForge team, PrettyException 0.9.2 is already available as a Gem from main repository. :)-P 2 David Ross)
You can download and install it by hands from: http://rubyforge.org/frs/?group_id=9

Remind you, this library depends only on mw-template, Simon's lexer is builtin in sources.
mw-template is not available for windows users yet and that's the only thing that stops me
from announcing it, so I'll keep trying to compile it's C part. For now, only *nix users
can use PrettyException.

The next thing i'm going to do for PrettyException will be general code cleanup and valid
XHTML/CSS generation.

P.S. Special thanks to Simon for his lexer, it was a pleasure to work with it :)
 
M

Mikael Brockman

Dmitry V. Sabanin said:
Cheers!

This is a second release of a simple library, using which you can
generate pretty html representation of Exception that was raised.
First announce, for those who missed, is here ruby-talk:108882

Here is the screenshot of what you'll have if you setup this:
http://muravey.net/docs/PrettyException-2.png

Changelog is:
+ Ruby sources are inserted in the backtrace table
+ Added source highlightning based on Simon Strandgaard's Ruby lexer
+ Fixed bug with Mozilla rendering engine(Gecko)

Yay! The source code insertion rules.

mikael
 
M

Mauricio Fernández

Cheers!

This is a second release of a simple library, using which you can
generate pretty html representation of Exception that was raised.
First announce, for those who missed, is here ruby-talk:108882

Here is the screenshot of what you'll have if you setup this:
http://muravey.net/docs/PrettyException-2.png

Changelog is:
+ Ruby sources are inserted in the backtrace table
+ Added source highlightning based on Simon Strandgaard's Ruby lexer
+ Fixed bug with Mozilla rendering engine(Gecko)

I have uploaded PrettyException 0.9.2 to the preliminary Ruby Production
Archive (RPA) repository (http://rubyforge.org/frs/?group_id=265).

Installation/upgrade is achieved with

$ rpa install prettyexception

and happens atomically, as usual.

=== More information on RPA and rpa-base at
http://rpa-base.rubyforge.org


$ rpa query -x prettyexception
Matching available ports:
name: prettyexception
version: 0.9.2-1
classification: Top.Library
requires: mw-template
description: Create prettified HTML output for Ruby exceptions.

PrettyException is a library to output pretty HTML output for raised
exceptions.
 
C

Chad Fowler

Cheers!

This is a second release of a simple library, using which you can generate pretty html representation
of Exception that was raised.
First announce, for those who missed, is here ruby-talk:108882

Here is the screenshot of what you'll have if you setup this:
http://muravey.net/docs/PrettyException-2.png

Thank you, Dmitry! This really is a useful piece of software. The
problem is it's making the Java programming I sometimes have to do in
my day job just that much harder to stomach :)

Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top