2012-02-19 8 views

답변

5

당신은 명령을 실행 config/boot.rb에 다음 블록을 추가 할 수 있습니다

[Swanny ~/Sites/test_app]$ bundle exec thin start 
>> Using rack adapter 
>> Thin web server (v1.3.1 codename Triple Espresso) 
>> Maximum connections set to 1024 
>> Listening on 0.0.0.0:3000, CTRL+C to stop 
^C>> Stopping ... 
Shutting the app down... 
:

at_exit do 
    puts "Shutting the app down..." 
end 

이것은 당신이 당신의 서버 프로세스에서 볼 수 출력은

관련 문제