Ruby headaches pills
If:
script/rails generate controller Hello
Is failing, try to remember that you have probably installed more than one version of rails in your history, so you might need to call:
rvm use 1.9.1 —default :)
If:
script/rails generate controller Hello
Is failing, try to remember that you have probably installed more than one version of rails in your history, so you might need to call:
rvm use 1.9.1 —default :)