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
What are the steps involved in writing and setting up an application in ruby on rails?
how you can list all routes for an application?
Explain what are the servers supported by ruby on rails?
What is the current version of ruby on rails?
At is cross-site request forgery (csrf)?
what is Rails Active Record in Ruby on Rails?
In how many ways you can create rails layout http response.
Tell me what is coc in rails?
what is the difference between Dynamic and Static Scaffolding?
Explain testing in rails.
Explain bundler in rails.
What is the purpose of load in ruby?
Write a program to show the functionality of request.xhr in ruby on rails ?
what is active record?
What is the purpose of load, auto_load, and require_relative in ruby ?