ms wrote: > Hi, > > thanks for reading. Till now, I've used railroad to visualize my > models. But as far as I can see, there's no possibility to add > information about the model class methods. Methods are only added to a > diagram, if you visualize your controllers. Is there a way to change > this behavior?
Open up Railroad's intermediate DOT format and write on it. There are also DOT editors, not that I would trust them. http://www.graphviz.org/Documentation/dotguide.pdf <-- the language reference However, why are you doing this? Who will read the diagram? What value will it add? At my last Rails gig, we would print out a Railsroad once per big project, to see the current models, then we would scribble on it. What's wrong with that technique? -- Phlip http://flea.sourceforge.net/resume.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

