生产模式下的运行轨道 3
我在生产模式下运行 Rails 3 项目时遇到问题。
我收到了大量的路由错误,它们都在公共文件夹、图像、样式表和 JavaScript 中。其他资源似乎没有这个问题。
在开发和测试中一切正常。
I am having issues running my rails 3 project in production mode.
I am getting tons of routing errors, and they are all in the public folder, images, stylesheets and javascript. No other resources seem to have this problem.
Everything works fine in development and test.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Production.rb 文件中将以下内容从 false 更改为 true
In production.rb file change the following from false to true