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
What do you mean by render and redirect_to?
Explain me what are the limits of ruby on rails?
explain request/response cycle?
How are observers and callbacks different from each other?
how you can run Rails application without creating databases?
Do you know what is cross-site request forgery (csrf) and how rails is protected against it?
How can you protect filter methods in rails?
Difference between gem and plugin?
Explain the importance of yield statement in rails.
How many types of relationships does a model has?
Who designed active record in rails?
write a program to show the usage of sql in the database file?
what are benefits of using active record as opposed to raw sql queries?
What is bundler?
Explain about Dig, Float and Max?