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

rake aborted! #92

Closed HoplaGeiss closed 9 years ago

HoplaGeiss commented 9 years ago

I can't run rake diagrame:all The outpout is:

rake aborted!
Don't know how to build task 'diagram:all'

'neato' and 'dot' are available in the commande line.. ( I am on ubuntu 14.04, rails 4.2.0 )

preston commented 9 years ago

Looks like you have a typo: an 'e' after "diagram". :smile:

HoplaGeiss commented 9 years ago

ahha sorry, ( it is diagram in french ), the typo is only in my the issue. screenshot from 2015-03-10 20 10 22

preston commented 9 years ago

Hmm.. are you sure you have railroady added to your project's Gemfile correctly?

HoplaGeiss commented 9 years ago

yeah and I did a bundle install also

preston commented 9 years ago

That's the only reason I can think of that would cause this error. Not sure!

HoplaGeiss commented 9 years ago

Does the full trace help you ?

screenshot from 2015-03-10 20 13 52

preston commented 9 years ago

This looks like the same error you get when there's something wrong with your Gemfile. Try blowing away your Gemfile.lock and re-running bundle update.

HoplaGeiss commented 9 years ago

ahha, I am ashamed. The gem was in production. Thanks for taking time to answer such stupid question.

Have a nice day

preston commented 9 years ago

No worries. :)