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
How does router work in rails?
what is the command to create a migration?
Is ruby on rails popular?
In how many ways you can create rails layout http response.
what is testing in rails?
how does ruby on rails use the model view controller (mvc) framework?
Explain me what is the difference between concern and application_controller.rb in ruby on rails?
What are the servers supported by ruby on rails?
Do you know what is rake in rails?
Explain me what are the limits of ruby on rails?
what is the purpose of RJs in Rails?
Explain valid and invalid in rails?
Explain unobtrusive javascript in rails.
Do you know what is “yield” in ruby on rails?
How can the filter methods in ruby on rails be protected?