[ANN] ograph 0.1.0 Released

  • Thread starter Aaron Patterson
  • Start date
A

Aaron Patterson

ograph version 0.1.0 has been released!

http://seattlerb.rubyforge.org/

ObjectGraph will output Graphviz dot files of your objects in memory.
It will
ferret out your instance variables and enumerate over your enumerables
to
give you a graph of your object and its relationships.

For sample output and more sample code see:

* http://flickr.com/photos/aaronp/tags/graphviz/
* http://tenderlovemaking.com/2007/01/13/graphing-objects-in-memory-with-ruby/

Changes:

== 0.1.0

Tons of changes thanks to Eric Hodel!

* ObjectGraph is now an instance so you can add more stuff to it
* Key Value pairs in Hashes are now listed in the hash box
* String values are displayed
* ObjectGraph knows how to handle ActiveRecord objects
* Labels are now ObjectID-ClassName
* Empty arrays or hashes will say that they are empty
* Much much more!

http://seattlerb.rubyforge.org/
 
E

Eric Hodel

ograph version 0.1.0 has been released!

http://seattlerb.rubyforge.org/

ObjectGraph will output Graphviz dot files of your objects in memory.
It will
ferret out your instance variables and enumerate over your enumerables
to
give you a graph of your object and its relationships.

For sample output and more sample code see:

* http://flickr.com/photos/aaronp/tags/graphviz/
* http://tenderlovemaking.com/2007/01/13/graphing-objects-in-memory-
with-ruby/

Also:

http://flickr.com/photo_zoom.gne?id=383229761&size=o
 
J

Jeremy McAnally

Oh, this is cool! I was really confused for a second because of
ObjectGraph (the Ruby ORM solution: http://swik.net/Og).

--Jeremy

ograph version 0.1.0 has been released!

http://seattlerb.rubyforge.org/

ObjectGraph will output Graphviz dot files of your objects in memory.
It will
ferret out your instance variables and enumerate over your enumerables
to
give you a graph of your object and its relationships.

For sample output and more sample code see:

* http://flickr.com/photos/aaronp/tags/graphviz/
* http://tenderlovemaking.com/2007/01/13/graphing-objects-in-memory-with-ruby/

Changes:

== 0.1.0

Tons of changes thanks to Eric Hodel!

* ObjectGraph is now an instance so you can add more stuff to it
* Key Value pairs in Hashes are now listed in the hash box
* String values are displayed
* ObjectGraph knows how to handle ActiveRecord objects
* Labels are now ObjectID-ClassName
* Empty arrays or hashes will say that they are empty
* Much much more!

http://seattlerb.rubyforge.org/


--
http://www.jeremymcanally.com/

My free Ruby e-book:
http://www.humblelittlerubybook.com/book/

My blogs:
http://www.mrneighborly.com/
http://www.rubyinpractice.com/
 

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

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top