Re: [Rails] ROR and UML

2011-06-01 Thread Conrad Taylor
On Wed, Jun 1, 2011 at 6:30 AM, Adel Mediouni wrote: > hello, > I work on a project called: experimentation platform of an online > social network. This project is a layer under the Diaspora social > network written in Ruby On Rails follows the MVC architecture. > for my internship report, I am ob

Re: [Rails] ROR and UML

2011-06-01 Thread Adel Mediouni
im using to do class diagram, i what i know in every class, we have variables and methods. if i use just models, some are empty (without methode) and there's many controller without a model. then we can find a controller using many model. 2011/6/1 Martin Wawrusch > UML modelling the controllers

Re: [Rails] ROR and UML

2011-06-01 Thread Martin Wawrusch
UML modelling the controllers in a Rails app is completely useless, so go for your models. On Wed, Jun 1, 2011 at 8:44 AM, Carina Brito wrote: > In UML we have a controllers and models. At class diagram the associations > are based at models and in the box should have the methods and variables.

Re: [Rails] ROR and UML

2011-06-01 Thread Carina Brito
In UML we have a controllers and models. At class diagram the associations are based at models and in the box should have the methods and variables. What UML diiagram you'll do? Sorry any english's error. I don't know write very well 2011/6/1 Adel Mediouni > hello, > I work on a project called

[Rails] ROR and UML

2011-06-01 Thread Adel Mediouni
hello, I work on a project called: experimentation platform of an online social network. This project is a layer under the Diaspora social network written in Ruby On Rails follows the MVC architecture. for my internship report, I am obliged to do UML diagram. what i can not do is the class diagram