adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of ruby on rails?

949