My rails 2.3.9 app won't start, this is what happens:
我的rails 2.3.9应用程序无法启动,这是发生的事情:
C:\Devel\immonatie>ruby script/server
<internal:lib/rubygems/custom_require>:29:in `require': no such file to load --
script/../config/boot (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from script/server:2:in `<main>'
The app was working great. My development machine is a windows machine. I changed the environment. I was using the Bitnami RubyStack. Now I removed it and installed the package from rubyinstaller.org. The environment seems to work, I was able to install gems. For this app to work, something still seems to be missing. But the error message is not helping me.
该应用程序运行良好。我的开发机器是一台Windows机器。我改变了环境。我正在使用Bitnami RubyStack。现在我删除了它并从rubyinstaller.org安装了软件包。环境似乎有效,我能够安装宝石。为了使这个应用程序工作,似乎仍然缺少一些东西。但错误信息并没有帮助我。
Anybody an idea where I should look?
任何人都应该知道我应该在哪里看?
1 个解决方案
#1
7
found the answer here: strange inability to require config/boot after upgrading to ruby 1.9.2
在这里找到了答案:在升级到ruby 1.9.2之后奇怪的无法要求配置/启动
#1
7
found the answer here: strange inability to require config/boot after upgrading to ruby 1.9.2
在这里找到了答案:在升级到ruby 1.9.2之后奇怪的无法要求配置/启动