Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Joshua Fox's user avatar
  • 1,110
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, ...
poseid's user avatar
  • 622