Reading the fine manual, I am doing the tasks in order: I got to 4.3 and hit a wall.
“The root :to => "home#index"
tells Rails to map the root…”
In any operating system that I have used, home#index is not a path. I want to route to the path C:\Documents and Settings\Baruch\blog> where i created my “blog” first application as listed in the fine manual. This step 4.3 (I would think) is telling me that I can list my blog folder as the root of my application and it will be used as the index.htm root folder.
My question is How do I actually “root” to my “blog” folder?
My observation is Why doesn’t the fine manual actually tell me this, at this point?