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

前端 未结 7 1569
孤独总比滥情好
孤独总比滥情好 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条回答
  •  -上瘾入骨i
    2020-12-05 04:48

    Please check your root path before start padrino. like if your application in "C:\XXXXXXX\YYYYYYY\ZZZ-padrino" here and you are in "C:\XXXXXXX\YYYYYYY\" in command prompt then this error will occur. then you should in "C:\XXXXXXX\YYYYYYY\ZZZ-padrino".

提交回复
热议问题