A couple of things here. First, it's probably something simple. I'd make sure that your deployment folder layouts doesn't contain it there. Secondly, if you have a file that is mapped to root, check the views in that folder for index to see if it's in there. Third, have you mapped anything for root in routes that points to some controller/view?
As a side note, you are using multiple JS files in your layout, which makes more HTTP header requests. You might want to look into caching your javascript and css files or using the Asset Packager plugin. My thoughts. -- 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 -~----------~----~----~----~------~----~------~--~---

