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
You could point to "/" or root_path in stead of '/static_pages/home'. No need to point two routes to the same place...
"/"
root_path
'/static_pages/home'