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 / chandan kumar jha
Configure nginx server for running rails application.It is not required to run ruby script/server only need passenger gem.After restarting system not need to start rails server application automatically started.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by render and redirect_to?
What are the functions performed by rails migration?
Do you know what is “yield” in ruby on rails?
how you define Instance Variable, Global Variable and Class Variable in Ruby?
What are the hashes?
what is different between activerecord::relation's count, length and size methods?
Mention the differences between the observers and callbacks in ruby on rails.
Tell me what is polymorphic association in ruby on rails?
what is ORM (Object-Relationship-Model) in Rails?
What are the steps involved in writing and setting up an application in ruby on rails?
What does session and cookies represent in ruby on rails?
Explain bundler in rails.
What is rails script? Name some of them?
What is the process for creating a controller for the subject? What is its role?
What is the naming convention for variables?