gpt4 book ai didi

ruby-on-rails - 在 webrick 服务器的生产模式下运行 rails

转载 作者:数据小太阳 更新时间:2023-10-29 07:00:54 27 4
gpt4 key购买 nike

在我当前的 ruby​​ on rails 项目中,我使用 webrick(默认)服务器进行开发。我有一个单独的服务器来测试应用程序,我想将环境设置为其中的产品。我使用以下行在生产模式下运行服务器。

rails s -e production

问题是,如果它处于开发模式,它会完美运行,但在服务器模式下,我会收到以下错误:

Started GET "/" for 172.20.7.94 at Thu Jun 07 10:35:45 +0530 2012
Processing by FrontendController#dashboard as HTML
Rendered frontend/dashboard.html.erb within layouts/frontend (3.0ms)
Completed 200 OK in 50ms (Views: 22.0ms | ActiveRecord: 0.0ms)


Started GET "/assets/frontend-datauri.css" for 172.20.7.94 at Thu Jun 07 10:35:4
6 +0530 2012
Processing by Jammit::Controller#package as HTML
Parameters: {"extension"=>"css", "package"=>"frontend-datauri"}
Completed 500 Internal Server Error in 190ms

NameError (uninitialized constant POpen4::Open4):


Started GET "/assets/frontend.js" for 172.20.7.94 at Thu Jun 07 10:35:46 +0530 2
012
Processing by Jammit::Controller#package as
Parameters: {"extension"=>"js", "package"=>"frontend"}
Completed 500 Internal Server Error in 105ms

NameError (uninitialized constant POpen4::Open4):

我正在使用 Jammit 和 POpen4,我的 Rails 版本是:3.0.9。 ruby 版本 1.8.7。我目前无法升级该版本,因为该项目涉及其他几个开发人员。谁能给我一个解决方案。

谢谢

最佳答案

非常感谢所有试图帮助我解决这个问题的人。我安装了 CentOS,一切都已修复并运行顺利。

这可能是我之前使用的 Windows Server 2008 的一些问题

非常感谢

关于ruby-on-rails - 在 webrick 服务器的生产模式下运行 rails,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10926737/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com