I know this is a complete long shot, but I thought I would give it a try. I have an issue when submitting an extremely large nested form to the update action. This issue is completely random, and when it happens I can not get it to reoccur even using the same dataset from when it happened.
When the issue happens it seems that the parameters submitted back to the server are truncated and I loose half of them. I have been trying for the past 3 weeks to get to the bottom of it with no luck. I am wondering if anyone has some different ideas on how I could debug this. From the work that I have done so far I can safely say that once the parameters are in the controller action they are messed up. This leads me to believe that either the form itself is randomly not being rendered correctly to the browser (the edit call) and therefor submitting back the incorrect parameters, or something is going wrong with the submit call causing the parameters to be messed up.
Is there a way I can log what the render command is sending back to the browser, and as well, the parameters that are getting submitted back from the browser to the server before it hits the rails stack (to see if it actually the browser causing the issue).
Im open to any client side tools/firefox plugins. I have attempted to use selenium within firefox, but I am going to try and play with that some more.
Any help or further questions are really appreciated.
Thanks!
Ryan Lundie