I really ran out of resources now. It seems like a browser level issue. Everyone seems to talking about sloppy code on javascript side, not sure if it’s applicable at all. I have a Rails 3.1.1 app with lots of javascript (jQuery/coffeescript) on a single main page (the page is based on html5boilerplate). Anytime, I try to click refresh or when I click away from the site and click back. It simply gives me a “null” at the top left corner of the page. Nothing shows in Rails’ log/console as if the page wasn’t hit at all. Any inspiration/direction is much appreciated.
Share
Thanks bricker. And whoever for giving me a negative. I should have tested this a little more before I post the question. After cleaning all the javascript warnings via jslint and removing all javascript completely from the page. I realized it’s a controller mistake. Basically, I have a respond_to block responding with .js as following and that gave me an error because IE for some reason looked for the .js instead of the .html