Anyone using RailRoad diagrams generator?

Posted by cnicolaou on Stack Overflow See other posts from Stack Overflow or by cnicolaou
Published on 2008-10-22T13:02:22Z Indexed on 2010/05/12 20:54 UTC
Read the original article Hit count: 170

Filed under:
|
|
|

I recently installed RailRoad gem to generate an .svg diagram of my app's models and controllers.

The rake task keeps breaking with a similar error:

1.8/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:263:in `load_missing_constant': uninitialized constant

I tried the rake task on 2 seperate apps and the error keeps appearing with a different "constant" name.

Anyone using it with similar problems?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails