Displaying 20 results from an estimated 5000 matches similar to: "Open Source UML Tool for Ruby on Rails?"
2012 Dec 25
3
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hi Sean Silva,
Maybe I am the only one who is trying to use UML.
In my team, I am also the only one who draws UML diagrams.
I expected there be someone who use UML like me.
But it's maybe not as your opinion.
Maybe doxygen is enough for majority of people.
Thanks for your reply.
Sincerely
Journeyer J. Joh
2012/12/25 Sean Silva <silvas at purdue.edu>:
> On Mon, Dec 24, 2012 at
2008 Nov 21
57
Spec''ing via features
As I work with Rails TestUnit tests I am reconsidering how to use
cucumber features. It seems to me that it might be best to have a
coherent view of how to arrange my test suites before I get much further
into this. Now, so far I have considered three possibilities:
1. Use features exclusively. Create a feature file for each model, one
for each controller and possibly an additional one for
2006 Apr 05
11
Managing a Rails project
Can someone point me to some good ideas about managing Rails
development - like what would be a good way to document all the
models and controllers and methods that might result if several
people are prototyping on different parts of a system, and what might
be a good structure for pushing back code into SVN as scaffolds are
turned into real projects - that sort of thing. I''m
2012 Dec 24
2
[LLVMdev] Do you use UML utility programs?
Hello list,
I'd like to know if people use UML tool to analyze and/or document LLVM/Clang.
I use StarUML. It's free and very good though it's free.
But I consider using a commercial program. Because the organization I
belong is willing to support for this.
I don't think I will use these tools to write code.
I think I will use these to do a documentation and analyze code.
So the
2009 Dec 30
1
UML Class and Object Diagrams in R
Hi all
Does anyone know if there are any R packages available for creating
UML class and object diagrams in R (suitable for use with Latex)?
I'm considering developing such a system...
Note, I'm aware there are Latex packages (so no one needs to state the obvious).
On a side issue I'm thinking about (mostly) abandoning the class
system I mentioned earlier. Thank you to Martin
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
UML diagrams can be really helpful for explaining how a piece of code
works (such as the diagrams in your klang project on github).
The main reason I don't draw them is that I haven't found convenient
tools to use which integrate well with my workflow. Doxygen produces
class diagrams, but I would really like to have something which
produces sequence diagrams (such as
2012 Dec 24
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Mon, Dec 24, 2012 at 2:08 AM, Journeyer J. Joh
<oosaprogrammer at gmail.com> wrote:
> Do you use one of these tools? If so let me know your experience.
> And I don't believe people use these to generate code for LLVM/Clang.
I personally don't use any tool like that.
My impression is that most developers here do not use any kind of UML
code generation; I could, of course,
2008 Feb 27
1
Ask About ruby-uml
Any body here has used ruby-uml from http://ruby-uml.rubyforge.org/ ??
I dont know how to use it, would you mind to share your experience on
it?
OR
Have you found plug-in or gem for generating application code like
controllers, models, views to sequence diagram ? I have tried RailRoad,
but it can not create sequence diagram, only class diagram for
controllers and models.
Thank You for your
2009 May 10
4
How to generate UML diagrams from existing ruby code?
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?
I''ve looked out for something else and found ''ruby-uml'', seems to
2008 Aug 28
1
Font display problem with Text in UML-Notes of Enterprise Architect (wine-1.1.3 in Ubuntu Hardy)
Hi,
I'm having medium success with Enterprise Architect 7.1 in wine.
While crossover-office-6.0.0 (in Ubuntu Edgy) is able to display the fonts in
the:
+ Key-Store Config dialog (where you have to enter the product keys)
+ UML diagram (class diagram) NOTES-Item
-
this does NOT work with wine-1.1.3 and also the last wine version before 1.0
in Ubuntu (different versions).
The strange thing
2007 Mar 17
1
Building a UML image of CentOS 4.4
I'm wondering what the best way of building a UML image is; I tried the
following based on documents I found on the web for FC2
mkdir -p $T/etc $T/dev $T/proc $T/sys $T/var/tmp $T/var/cache/yum \
$T/var/lock/rpm $T/var/cache/yum/update/headers \
$T/var/cache/yum/update/packages
touch $T/etc/fstab
mknod $T/dev/null c 1 3
chmod 666 $T/dev/null
mount --bind /proc
2007 Aug 24
26
testing behaviour or testing code?
hypothetical question for all you BDD experts:
I want to make sure that a :list action always returns widgets in
alphabetical order. There''s at least 2 ways of doing this:
it "should fetch items in alphabetical order" do
Widget.should_receive(:find).with(:order => "name ASC")
get :list
end
it "should fetch items in alphabetical order" do
[:red,
2012 Dec 25
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On 12/25/12 11:10 AM, Sean Silva wrote:
> UML diagrams can be really helpful for explaining how a piece of code
> works (such as the diagrams in your klang project on github).
>
> The main reason I don't draw them is that I haven't found convenient
> tools to use which integrate well with my workflow. Doxygen produces
> class diagrams, but I would really like to have
2007 Apr 18
2
[PATCH 1/6] i386 virtualization - Fix uml build
* zach@vmware.com (zach@vmware.com) wrote:
> Attempt to fix the UML build by assuming the default i386 subarchitecture
> (mach-default).
>
> I can't fully test this because spinlock breakage is still happening in
> my tree, but it gets rid of the mach_xxx.h missing file warnings.
I assume this is intended to fix a build error caused by patches in the
earlier set which added
2007 Apr 18
2
[PATCH 1/6] i386 virtualization - Fix uml build
* zach@vmware.com (zach@vmware.com) wrote:
> Attempt to fix the UML build by assuming the default i386 subarchitecture
> (mach-default).
>
> I can't fully test this because spinlock breakage is still happening in
> my tree, but it gets rid of the mach_xxx.h missing file warnings.
I assume this is intended to fix a build error caused by patches in the
earlier set which added
2012 Dec 26
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Tue, Dec 25, 2012 at 8:10 AM, Sean Silva <silvas at purdue.edu> wrote:
>
> The main reason I don't draw them is that I haven't found convenient
> tools to use which integrate well with my workflow. Doxygen produces
> class diagrams, but I would really like to have something which
> produces sequence diagrams
do you know that doxygen have a @msc and @mscfile
2006 Aug 14
5
UML
In Rolling with Ruby on Rails tutorial -
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html - I saw that to
introduce a new element to my domain, I needed to define it in a table,
generate a model element with a similar name and the class would
autoamtically take the attributes from the table definition. Is it
possible to do this in the other direction... i.e to take the class
diagram
2012 Dec 25
1
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hi Sean Silva and people on our list,
>> What tools did you use to generate the diagrams for the klang documentation?
I use StarUML. ( http://staruml.sourceforge.net/en/ )
I mentioned about this earlier before on this mail-list.
It's a Windows only application and free software.
It is good SW. But development is stopped since long ago.
The product was originally a commercial one. But
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Mon, Dec 24, 2012 at 9:19 PM, "C. Bergström"
<cbergstrom at pathscale.com> wrote:
> At the bottom
>
> Created using<a href="http://sphinx.pocoo.org/
> <view-source:http://sphinx.pocoo.org/>">Sphinx</a> 1.1.3.
That is the documentation generator which creates generate the HTML
page from the .rst files (similar to how LLVM and
2012 Dec 27
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Wed, Dec 26, 2012 at 3:31 PM, Alex Turbov <i.zaufi at gmail.com> wrote:
> do you know that doxygen have a @msc and @mscfile commands?
Didn't know about that. However, I was thinking more along the lines
of something that would extract such diagrams automatically.
-- Sean Silva