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 / rohit kumar shaw
For any Scripting languages like PHP, Ruby etc need a server
(It may be virtual server i.e. localhost) to run their code.
When you run this code in command line ruby script/server it
means you already started your apache server to run the code
and hence you can see your output in browser. If you close
your command line window, it means apache server is stop
working now and then you can't be able to see your output
anymore.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?
what is different between activerecord::relation's count, length and size methods?
How do rails implement ajax?
If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?
what is “Yield” in Ruby on Rails?
what are the positive aspects of Rails?
Please explain what are the positive aspects of rails?
What do you mean by render and redirect_to?
What are the types of caching used in rails, what are they?
Where does the start_tabnav gets informations for tabs rendering in ruby rail?
what is testing in rails?
How will be the future for ruby on rails?
What is difference between form_for and form_tag?
What is rails script? Name some of them?
What do you understand by rails migration and what it can do?