Displaying 3 results from an estimated 3 matches for "hackdiari".
Did you mean:
hackdiary
2007 Jul 10
4
Models relationship summary / Entity relationship diagram
Hi,
Does anyone know of a tool or script that can parse the contents of
the models folder and produce some sort of model relationship
document, either a text summary or graphical representation?
Thanks, Andrew.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2006 May 17
5
BBC
Thought some of you guys might like to know that that it looks like the
BBC are trialing Rails. I got a DB error when trying to connect to their
prototype cataloging system the other day.
http://www.flickr.com/photo_zoom.gne?id=136006235&size=o
Sorry if this is old news.
--
Posted via http://www.ruby-forum.com/.
2006 May 25
21
Converting HTML into an Image
I have this challenge of converting a bit of html into an image file
and then shrinking it into a thumbnail. The shrinking part shouldn''t
be too bad, but what advice can you give on converting the html to the
image? My thinking is that I will need to convert it to postscript or
latex and then convert it to an image from there. Is there an easier
/ better approach?
Michael