I know that to change the index page for rails I need to do three things: delete the index.html, do something with routes.rb, and probably make an action that the route will point to. It's the details that I am a little fuzzy on :-)
|
|
Ok, I figured it out. Basically you
|
|||
|
|
|
|
Don't forget to restart your server. You can also run rake routes to show all the known routes and make sure everything looks sane. |
||
|
|
|
|
Follow Frew's steps and, as step 4, put a little html code in the index view file in the /views/foo folder to test it all. Example:
|
||
|
|
