Re: [Rails] Debugging Rails - Request for tips, tricks and hacks

2011-05-27 Thread Joe Developer
On Fri, May 27, 2011 at 7:52 PM, Peter Bell wrote: > Hopefully someone else will come in with more input on debugging as that is > required sometimes. But I don't find myself using a debugger very often. I > write tests, then the simplest piece of code to make them work and I'm > running the test

Re: [Rails] Debugging Rails - Request for tips, tricks and hacks

2011-05-27 Thread Peter Bell
Hopefully someone else will come in with more input on debugging as that is required sometimes. But I don't find myself using a debugger very often. I write tests, then the simplest piece of code to make them work and I'm running the tests (even for a large app) continuously using autorun, so I

[Rails] Debugging Rails - Request for tips, tricks and hacks

2011-05-27 Thread Joe Developer
Hi, I am wondering if you guys would be kind enough to point me to resources that you find are valuable to your debugging efforts, or would be to someone beginning to become structured about efficient debugging. Relating to that, I would like to automagically drop to the debugger just before the