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 |
What is the architecture of Model views and controllers
How can the filter methods in ruby on rails be protected?
How to serialize data with yaml?
What is the difference between save and save?
What is the function of orm in ruby on rails?
What are rails validation used for?
What is the purpose of load in ruby?
What is the difference between delete and destroy ?
Explain valid and invalid in rails?
Explain the various ide's of ruby on rails.
Who designed active record in rails?
What is the use of $ in ruby?