Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够在我的应用程序上工作,但我不会有互联网。那么如何运行应用程序呢?常规的 rails 会起作用还是需要网络?
rails s在本地运行服务器。此外,我认为您误解了virtual.
rails s
virtual
rails s将完成工作。只需运行该命令,然后转到http://localhost:4000 (或它运行的任何端口)
http://localhost:4000