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
How do rails implement ajax?
What is the function of orm in ruby on rails?
Tell me what is the function of garbage collection in ruby on rails?
Tell us what is the difference between redirect and render in ruby on rails?
Write the command to update rvm in rails.
What are the types of caching used in rails, what are they?
Explain coc in rails?
What is rails script? Name some of them?
Choosing between belongs_to and has_one?
What are naming conventions?
what is the use of super function in ruby on rails?
How is dynamic scaffolding different from static scaffolding?
difference between member routes and collection routes ?
Difference between argument and parameter in ruby on rails ?
what are some advantages of using ruby on rails?