[Rails] Re: How to see HTTP requests as they are received?

2009-09-22 Thread Fabian
Firebug for Firefox. Patrick Doyle escribió: > Hello Experts! > > I am debugging a problem with one of my controllers in my development > environment and I would like to see the actual HTTP request as it > comes in. Is there some option or configuration file for mongrel > (which is what gets star

[Rails] Re: How to see HTTP requests as they are received?

2009-09-22 Thread James Englert
You can download firebug for firefox. If you go into the net tab, it should provide you a pretty good idea of what is being requested. -Jim On Tue, Sep 22, 2009 at 9:06 AM, Patrick Doyle wrote: > > Hello Experts! > > I am debugging a problem with one of my controllers in my development > envir