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 is the difference between the Observers and Callbacks in Ruby on Rails?
What are the servers supported by ruby on rails?
What are the different types of association relationships that exist?
How is calling super() different from the super call?
Name some rails ide or editor.
what is the command to create a migration?
Explain me what is the purpose of rjs in rails?
What is a webrick web server?
who developed rails?
What is the difference between save and save?
what is the difference between redirect and render in Ruby on Rails?
Tell me what is rails active record in ruby on rails?
How does router work in rails?
what is the difference between Active support’s “HashWithIndifferent” and Ruby’s “Hash” ?
explain request/response cycle?