I'm having problem with my Rails application. I use juggernaut for server push, which works very nice in Firefox, Opera and Chrome, but it doesn't work at all in IE. It should be compatible with IE6+.

The problem is, that I can't find any debugging tools that can monitor network as Firebug does in Firefox. I tried IE debug bar, but there isn't anything about AJAX and network.

I'm running on default juggernaut settings and it doesn't even connect to the push server.

link|improve this question

I'm running into the same problem with IE8. IE8 has a "Developer Tools" item in the "Tools" menu (or hit F12 to activate it). I'm seeing errors in the minified application.js file. – Matt Chan May 19 '11 at 13:36
Sorry, I read your question too quickly. In my case, it was the combined and minified JavaScript that gave me problems (the IE Developer Tools actually showed me an error in the JavaScript). Switching back to Juggernaut's separate JS files fixed my problem. As for testing the server, I don't have a direct answer for your question. – Matt Chan May 19 '11 at 18:51
feedback

1 Answer

up vote 2 down vote accepted

you could try using firebug lite http://getfirebug.com/lite.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.