vote up 0 vote down star
1

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?

flag
Run the rake command again with the --trace option and add the additional output to your question! Thanks. – Christoph Schiessl Oct 22 '08 at 13:52

2 Answers

vote up 1 vote down

I'm running it without any problems (though I did have to make a quick edit as it was representing the crows feet the wrong way).

This problem also appears to be in their tracker. I would go ahead and add your stack trace to that ticket as well. I'm curious if it's your version of ActiveSupport? Bur your version and the version in use are both displaying the same problem so there's got to be a similarity somewhere.

link|flag
vote up 0 vote down

thanks for that mwilliams.

Just had a look to their tracker, there's a link to a possible patch but apparently not working

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.