What I have to do to view my project always on browser?



What I have to do to view my project always on browser?..

Answer / Harish Bharti

To view your Rails project in a browser, you first need to start the Rails server by running `rails server` or `rails s`. Once the server is running, navigate to <http://localhost:3000> (or the port specified if not 3000) in your web browser. Your application should then be accessible at that URL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

What is the architecture of Model views and controllers

1 Answers   Baidu,


How can the filter methods in ruby on rails be protected?

1 Answers  


How to serialize data with yaml?

1 Answers  


What is the difference between save and save?

1 Answers  


What is the function of orm in ruby on rails?

1 Answers  


What are rails validation used for?

1 Answers  


What is the purpose of load in ruby?

1 Answers  


What is the difference between delete and destroy ?

1 Answers  


Explain valid and invalid in rails?

1 Answers  


Explain the various ide's of ruby on rails.

1 Answers  


Who designed active record in rails?

1 Answers  


What is the use of $ in ruby?

1 Answers  


Categories