Anyone using RailRoad diagrams generator?
- by cnicolaou
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?