All Questions
Tagged with debugging ruby-on-rails
2 questions
6
votes
5
answers
5k
views
What is a practical way to debug Rails?
I get the impression that in practice, debuggers are rarely used for Rails applications. (Likewise for other Ruby apps, as well as Python.)
We can compare this to the usual practice for Java or ...
3
votes
1
answer
168
views
Do you use debugging in rails application? Why, when and how?
In Java, C and C++ I see people using intensively debugging strategies (because mostly they don't know about TDD). On the other hand, debugging too can help to understand software abstractions. So, ...