prax on ubuntu machine for RoR

巧了我就是萌 提交于 2019-12-04 07:02:26
sequielo

First, install Prax and configure your apps as stated on its GitHub.

To know if actually is working, ping to a desire app.

ping myapp.dev

It should ping to your loopback (127.0.0.1). If this is not your case, check again.

Then follow this steps:

1) Restart your server

2) Restart your browser. If you are using Chrome, you might need to clear the cache (as stated on: https://github.com/ysbaddaden/prax/issues/51 and Pow domains not loading in Chrome)

3) Launch the app:

http://myapp.dev/

It is important that the first time you use the http:// prefix.


If you are using Rails (which server Webrick defaults to port 3000, you should add this port to the URL, (I couldn't figure it out how to avoid this):

http://myapp.dev:3000/
  1. check on firefox.I had same problem in chrome, then I switched to firefox and It was working.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!