tags:

views:

9

answers:

0

I use Rubystack with two windows open: ruby script/console and ruby script/server.

Sometimes, the script/server window shows nothing as I navigate through my pages. Other times, it shows me everything that's going on - what queries are being generated, what parameters are being passed, etc. I really wish it would do the latter consistently but I don't know how to make that happen.

Do you know how to make the server window reliably show all the queries, parameters, and so on that one would see in the development log?

Thanks!