How do I see the whole HTTP request in Rails
        Posted  
        
            by akafazov
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by akafazov
        
        
        
        Published on 2010-05-17T15:14:21Z
        Indexed on 
            2010/05/17
            15:30 UTC
        
        
        Read the original article
        Hit count: 310
        
Hi,
I have a Rails application but after some time of development/debugging I realized that it would be very helpful to be able to see the whole HTTP request in the logfiles - log/development.log, not just the parameters.
I also want to have a separate logfile based on user, not session.
Any ideas will be appreciated!
Angel
© Stack Overflow or respective owner