Ruby on Rails Question:
Download Job Interview Questions and Answers PDF
What i have to do to view my project always on browser?
Answer:
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
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
Download Ruby on Rails Interview Questions And Answers
PDF