我正在尝试从Netbeans 6.9.1(刚升级)启动Rails 3控制台并失败
Uncaught exception: no such file to load -- script/console
Run Code Online (Sandbox Code Playgroud)
调试器在类似的错误(... -- script/server)上也会失败.
我试图运行它的项目以前是我升级的Rails 2.3.8应用程序,Netbeans仍然尝试做旧的ruby script/console命令而不是rails c.
我试图安装这里描述的补丁,但它没有用.
gem list收益:
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.1, 3.0.0.rc2)
actionpack (3.0.1, 3.0.0.rc2)
activemodel (3.0.1, 3.0.0.rc2)
activerecord (3.0.1, 3.0.0.rc2)
activeresource (3.0.1, 3.0.0.rc2)
activesupport (3.0.1, 3.0.0.rc2)
archive-tar-minitar (0.5.2)
arel (2.0.2, 1.0.1, 1.0.0.rc1)
builder (2.1.2)
bundler (1.0.5, 1.0.0.rc.6)
columnize (0.3.2)
crack (0.1.8)
erubis (2.6.6)
httparty (0.6.1)
i18n (0.4.2)
jrails (0.6.0)
linecache19 (0.5.11) …Run Code Online (Sandbox Code Playgroud)