am new to ruby. tell me one thing.
i can view my project on browser when i write "ruby
script/server". otherwise i cant view my project on localhost.
what i have to do to view my project always on browser?
pls help
Answer Posted / bidesh mondal
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
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Do you know what is sweeper in rails?
Do you know what is “yield” in ruby on rails?
What do you understand by rails migration and what it can do?
Explain the features of ruby on rails.
What is rails active record?
What is the purpose of load, auto_load, and require_relative in ruby ?
what is sweeper in Rails?
What are the functions performed by rails migration?
what are some advantages of using ruby on rails?
How are the key differences between python and ruby?
What is the difference between false and nil in ruby?
What is the use of $ in ruby?
Why we use migration in rails?
How do I find only duplicate entries in a database table?
In how many ways you can create rails layout http response.