내가 꽤 흥미로운 문제 설치 루비 보석가 보석 루비 - 디버그를 설치하지만, 서버가
[email protected]:~/code/Amacron$ rails server --debugger
=> Booting WEBrick
=> Rails 3.0.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug'
Exiting
[email protected]:~/code/Amacron$ sudo gem install ruby-debug
Successfully installed ruby-debug-0.10.4
1 gem installed
Installing ri documentation for ruby-debug-0.10.4...
Installing RDoc documentation for ruby-debug-0.10.4...
[email protected]:~/code/Amacron$ rails server --debugger
=> Booting WEBrick
=> Rails 3.0.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug'
Exiting
[email protected]:~/code/Amacron$ sudo gem update ruby-debug
Updating installed gems
Nothing to update
[email protected]:~/code/Amacron$ gem --version
1.3.7
[email protected]:~/code/Amacron$ rails --version
Rails 3.0.3
시스템을 발견 찾을 수 없습니다 레일 수있는 것은 최신 우분투 11.04
주석 처리되었습니다. 그것은 매우 굴욕적이었습니다. 대단히 감사합니다. –
@Katy : 우리에게 최선을 다합니다. 다행이 기뻤습니다 :) –
나를 위해 일해도. 오류 메시지의 조언이 작동하지 않는다고 좌절감을 표시하십시오! –