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
Are there any disadvantages of ruby on rails? If yes, mention them.
How do rails implement ajax?
what is the difference in scope for these two variables: @@name and @name?
What are the steps involved in writing and setting up an application in ruby on rails?
What is the difference between save and save?
Which command is used to create a migration?
What is active record in rails?
Explain coc in rails?
How is calling super() different from the super call?
how can we define Ruby regular expressions?
How will be the future for ruby on rails?
Explain valid and invalid in rails?
How many types of associations relationships does a model have?
explain request/response cycle?
Explain the advantages of ruby on rails?