I am using Ubuntu 10.04. In the terminal, when I switch to my application and type (without using the "ruby" in front):
script/generate controller recipes
I receive an error message Allow denial . However, when I use this:
ruby script/generate controller recipes
everything works as expected. Is there something I have to do for Ubuntu to make an unnecessary ruby when I try to generate controllers (i.e. just use the "script / generate controller recipes" should work)?
source
share