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.72k stars 142 forks source link

Warning: exception stack level too deep raised while trying to load model class app/models/store.rb #33

Open zlx opened 12 years ago

zlx commented 12 years ago

Hello sir

when i run rake diagram:models:complete it raise Warning: exception stack level too deep raised while trying to load model class app/models/store.rb

my versions

ruby: 1.9.3p125
rails: 3.2.2

and I have install dot

Can someone help me?

georgyangelov commented 9 years ago

Just a note to anyone else getting this error. I had this exception and the problem was with a has_many :name, through: :name. Notice the repeating symbol.