Jakub Arnold
Jakub Arnold

Reputation: 87260

How to test Rails Juggernaut in Internet Explorer?

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.

Upvotes: 1

Views: 345

Answers (2)

Vaisakh VM
Vaisakh VM

Reputation: 1071

firebuglite is good tool.

If you are on a ruby on rails project, use firelite gem

https://rubygems.org/gems/firelite

Upvotes: 0

ErsatzRyan
ErsatzRyan

Reputation: 3043

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

Upvotes: 2

Related Questions