Tagged Questions

1
vote
2answers
120 views

RailRoad is not working. Giving me issues ie /railroad-0.5.0/lib/railroad/app_diagram.rb:54:in `disable_stdout': uninitialized constant

Here is various outputs railroad -M | dot -Tsvg > models.svg /Users/me/.rvm/gems/ruby-1.9.2-p290/gems/railroad-0.5.0/lib/railroad/app_diagram.rb:54:in `disable_stdout': uninitialized constant ...
1
vote
2answers
862 views

Railroad diagram generator fails with “NoMethodError”

After making a few modifications to a rails app I am tinkering on, railroad stopped working. The verbose output gives some clues. I wonder if other folks have encountered this and if there are some ...
0
votes
0answers
60 views

ruby on rails railroad graphviz model & controller diagram problems

Help! I'm trying to familiarize myself with an application's models and controllers but when I try to run railroad I end up getting this error: ...
0
votes
1answer
82 views

how can i install RailRoad in windows?

I need to draw class diagrams for my ruby on rails classes? I heard RailRoad is better for this. but still I cannot install it. Iam working with windows. Can anybody help me?
-1
votes
2answers
344 views

railroad balking on application model & admin level controllers

I've just installed railroad and tried to run a couple simple example runs. I have an application model and controller that are causing it some heartburn. There is no real application table - the ...