-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get error Command failed with status (2) when run 'rake diagram:all' #88
Comments
That's odd. What's the full output? |
Thanks for quick reply! Here is the full output: $ rake diagram:all --trace Tasks: TOP => diagram:all => diagram:models:complete |
Hmm ... Windows I kindof a mystery to me so I'm not sure about this one, sorry! |
Excuse me, I encountered a problem when I ran "rake diagram:all", I found that the directory of my project is not consistent with the default directory, how can I solve this problem? |
I think you have a different issue than the OP, and I would suggest going to a more consistent structure. Other than being a good convention in general, Railroady does expect a standard directory structure. |
Is there any other solution? because my project is made up of many different modules and it is not suitable to revise the directory |
Most likely you'd have to fork and make some code changes. You could trying using symlinks, but I'm not sure that'll work. |
Hi, I have installed railroady, but I get the error: 'Command failed with status (2)' when run 'rake diagram:all'. I am using rails v4.2.0. It creates the /doc file without any problems.
Here is the full error message:
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file
rake aborted!
Command failed with status (2): [railroady -lamM | sed -E 's/\x1B[([0-9]{1...]
The text was updated successfully, but these errors were encountered: