I'm brand new to Ruby on Rails. I created a project by calling:
Rails hello
And I can access the project by going to http://127.0.0.1/hello, but when I leave off the "hello" from the URL I just get a generic homepage saying welcome to ruby. What's the best way to replace this homepage with a homepage for my project?
Thanks!