It worked when I created a new home controller with an index action, and then, in routes.rb, did the following:
root :to => "home#index" As described here: http://edgeguides.rubyonrails.org/getting_started.html#creating-the-blog-application But, the issue in my other thread still exists: http://www.ruby-forum.com/topic/214616#931516 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

