strange inability to require config/boot after upgrading to ruby 1.9.2

前端 未结 7 1582
孤独总比滥情好
孤独总比滥情好 2020-12-05 04:18

I upgraded my ruby to 1.9.2 and now when I try to start up a Rails 2.3.5 app with script/server I get this error:



        
7条回答
  •  天命终不由人
    2020-12-05 05:08

    Much simpler, does not require modification of all scripts:

    Instead of:

    script/server 
    

    call:

    ./script/server
    

提交回复
热议问题