We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hm.. do this watirmark foofoo to create new project
watirmark foofoo
in foofoo do this chmod +x script/generate.rb to enable it to be exectubla (go to fix this)
chmod +x script/generate.rb
and finally
script/generate.rb mvc foo bar fails with No such file or directory - ../lib/foofoo/workflows.rb
script/generate.rb mvc foo bar
issue seems to be in #append_to_file method
me thinks we need to provide full path here. (fails on linux and mac. did not try win).