Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to learn Ruby on rails. While it is a very powerful framework as it does give you a host of functionality in the form of a well defined and well routed framework, it also means that a lot is happening automagically and under the hood. This sometimes makes things hard to debug. Is there a way by which I can trace through the flow of control as it moves across different views, controllers,models, etc and if needed inspect the value of variables on the way. That would be great to debug issues as well as understand the working of the Rails framework better. Thanks

I am using rails version 3.2 and ruby version 1.9.2

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.