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

Model render issue - missing methods / properties #105

Closed BrandtSolovij closed 8 years ago

BrandtSolovij commented 8 years ago

Hi there, per the title, when generating UML (via either rake or alternative commandline use) the models are recognized but their individual details are omitted - resulting in their contents being empty.

Project specs :

-Rails 4.2.0 -Ruby 2.2.4 -Graphviz version 2.38.0 (20140413.2041)

thanks

psameer1831 commented 8 years ago

+Same issue here . fixes ?

preston commented 8 years ago

Not sure what the actual issue is, but usually when this happens it's an issue with database connectivity, missing ActiveRecord relationship declarations, and similar.

BrandtSolovij commented 8 years ago

This ended being outside the scope of "normal activerecord use" - specifically: non-db originated models had inherited ActiveRecord for various convenience reasons but were not truly bound to a DB table(s). Please disregard / the issue is related to my implementation