[Rails] Re: How to make Google Cache permalinks?

2011-04-07 Thread mainguy
If you're asking how to get this info into google http://www.google.com/support/webmasters/bin/answer.py?answer=35291 Typically you're going to need to have links on a page to enable crawling the content. OR you're going to need to link back to your site from other sites. I'm not sure how linked

[Rails] Re: Routing Error : No route matches "/" (for "Hello World!" action)

2011-04-07 Thread mainguy
I don't see that you've routed anything to the '/' path. Your route requires the controller to be in the path. First step would be to uncomment this # You can have the root of your site routed with "root" # just remember to delete public/index.html. # root :to => "welcome#index" replacing '