Recently I had to debug an app and noticed that in one case identical inputs gave different results, which was crazy as hell. So I was thinking, is there a system out there that can parse sections of a log file and re-enact the requests? Possibly re-enact them over and over? I''m not talking about integration tests, which are super handy but not exactly what I''m thinking of. Thanks! Daniel Higginbotham http://www.flyingmachinestudios.com/blog - the *best blog ever* powered by *the best blogging system ever* --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Daniel Higginbotham wrote:> So I was thinking, is there a system out there that can parse sections of a > log file and re-enact the requests? Possibly re-enact them over and over? > I''m not talking about integration tests, which are super handy but not > exactly what I''m thinking of.If your underlying db had changed backtracking would not result in the same environment ... kinda leads back to why two requests would result in different results. Zsombor -- Company - http://primalgrasp.com Thoughts - http://deezsombor.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---