preston / railroady

Ruby on Rails 3/4/5 model and controller UML class diagram generator. (`brew/port/apt-get install graphviz` before use!)
Other
1.71k stars 142 forks source link

Carrier wave conflict #100

Closed amrdruid closed 5 years ago

amrdruid commented 8 years ago

When I run rake diagram:all, the following error occurs

/home/amr/bedopedia/doc/models_complete.svg /home/amr/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/carrierwave-0.10.0/lib/carrierwave/orm/activerecord.rb:9:in `module:ActiveRecord': uninitialized constant CarrierWave::Mount (NameError)

What do you think is happening here ?

preston commented 8 years ago

Not sure, but possibly a namespace issue? You might want to search for similar issues, as that sort of thing does happen sometimes for projects with various module namespacing configurations.