Rails on Netbeans: Uncaught exception: no such file to load — script/server or script/console
I'm trying to initiate a Rails 3 console from Netbeans 6.9.1 (just upgraded) and fail with Uncaught exception: no such file to load -- script/console The debugger fails as well on a similar error ( ... -- script/server ). The project I'm trying to run this on was previously a Rails 2.3.8 app which I upgraded, and Netbeans still tries to do the good old ruby script/console command rather than rails c . I tried to install the patch described here , but it didn't work. gem list returns: *** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.1, 3.0.0.rc2) actionpack (3.0.1, 3.0.0.rc2) activemodel