LAB
2007-Aug-08 19:35 UTC
Ruby Web App not loading in IE or Safari ... only loads in Firefox
I have been developing my ruby on rails web app and testing it out using Firefox. Today I tried a different browser, Safari, but when I went to my index page nothing rendered. I viewed the source, and all the html is there, but the browser is displaying the page as a blank white screen. This is also true for IE. The only browser my site renders in is Firefox. Anyone run into this problem?? Any ideas?? Thanks in advance! LAB --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Mikkel Bruun
2007-Aug-08 19:46 UTC
Re: Ruby Web App not loading in IE or Safari ... only loads
LAB wrote:> I have been developing my ruby on rails web app and testing it out > using Firefox. Today I tried a different browser, Safari, but when I > went to my index page nothing rendered. I viewed the source, and all > the html is there, but the browser is displaying the page as a blank > white screen. This is also true for IE. The only browser my site > renders in is Firefox. Anyone run into this problem?? Any ideas?? > Thanks in advance! > > LABsounds like your html is messed up... -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Michael Wang
2007-Aug-08 21:56 UTC
Re: Ruby Web App not loading in IE or Safari ... only loads in Firefox
LAB wrote:> I have been developing my ruby on rails web app and testing it out > using Firefox. Today I tried a different browser, Safari, but when I > went to my index page nothing rendered. I viewed the source, and all > the html is there, but the browser is displaying the page as a blank > white screen. This is also true for IE. The only browser my site > renders in is Firefox. Anyone run into this problem?? Any ideas?? > Thanks in advance!Take out any reference to a stylesheet and validate your (X)HTML. -- Michael Wang --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---