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 / chandanjha1989
Configure nginx server it keep your application always running no need to start rails server every time.Your application automatically restarted after your system restart.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain dry in rails?
What is the latest version of ruby on rails?
what is active record?
Explain how does rails implement ajax?
What is the difference between delete and destroy ?
How can you protect filter methods in rails?
What does session and cookies represent in ruby on rails?
what is the command to create a migration?
Difference between gem and plugin?
Who developed ruby on rails?
Can you list out what can rails migration do?
How many types of relationships does a model has?
What is object-relationship-model (orm)?
Is ruby on rails dying?
Mention all the naming conventions in ruby on rails.