Answers

Question and Answer:

  Home  Ruby on Rails

⟩ What i have to do to view my project always on browser?

if u run the server (ruby script/server -d) then the command

line will close ,but server is running.The server will run

until the machine is restart. you can start different port

using ruby script/server -p 3001 -d

 211 views

More Questions for you: