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
Tell me what is rails migration?
what is the difference between Dynamic and Static Scaffolding?
What are the steps involved in writing and setting up an application in ruby on rails?
How to use two databases into a single application?
Explain unobtrusive javascript in rails.
Explain coc in rails?
What is a ruby singleton method ?
What are the various components of rail?
what is testing in rails?
How are blocks created?
What is the difference between render and redirect?
What is the purpose of require_relative in ruby?
How will be the future for ruby on rails?
How many types of associations relationships does a model have?
what is ORM (Object-Relationship-Model) in Rails?