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
Which command is used to create a migration?
Can you explain me how rails implements ajax?
what are the positive aspects of Rails?
Difference between gem and plugin?
What are float, dig and max?
write a program to show the usage of sql in the database file?
Explain model in rails?
what is active record?
what is the difference between redirect and render in Ruby on Rails?
How would you create a controller for the subject?
Tell me what is the difference between the observers and callbacks in ruby on rails?
Explain about restful architecture?
What is the latest version of ruby on rails?
Explain rest in rails routes.
Explain bundler in rails.