When I run server browser show me something like this:
Routing Error No route matches [GET] \"/static_pages/home\" Try running rake routes for more informa
step 5.3.3 Rails tutorial
You don't have to refresh your page
http://localhost:3000/static_pages/home
but only change the URL by
http://localhost:3000/
because you define 'static_pages/home' as root '/'.
For me it works