Missing Rails gem error, but its installed!

烂漫一生 提交于 2019-12-09 06:03:26

The issue was that I was installing passenger into the global gemset, which shouldn't be a problem, but it was.

I uninstalled passenger from the global gemset, and installed it into the project gemset that I'm using. This solved the missing rails gem error, and now I'm getting a 500 error when trying to visit simple-cms.local/say/hello. I'll create a new question for that and mark this one solved!

Try Phusion Passenger Standalone. Each instance will use the currently loaded RVM and gemset.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!