Is there a way to see what queries to the database is the current page doing? -- Posted via http://www.ruby-forum.com/.
Wiktor wrote:> Is there a way to see what queries to the database is the current page > doing?In the development environment, you can look at log/development.log. On Linux, I simply monitor it using ''tail -f''. -- Posted via http://www.ruby-forum.com/.
>> Is there a way to see what queries to the database is the current page >> doing? > > In the development environment, you can look at log/development.log. On > Linux, I simply monitor it using ''tail -f''.Thanks David V -- Posted via http://www.ruby-forum.com/.