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 can you protect filter methods in rails?
How many filters are there in rails.
What do you mean by render and redirect_to?
write a program to show the usage of sql in the database file?
Explain the advantages of ruby on rails?
What is the use of super in Ruby Rails?
what is the command to create a migration?
what is the difference between the Observers and Callbacks in Ruby on Rails?
what is the difference in scope for these two variables: @@name and @name?
when self.up and self.down method is used?
Why we use migration in rails?
What are the hashes?
what is Rails Active Record in Ruby on Rails?
When are self.up and self.down methods used?
Explain the importance of yield statement in rails.