Rails 2.2.2 server console SQL no statements

I have recently installed rails 2.2.2 and have now noticed that in the
server console I no longer see the SQL statements, I just see the HTTP
requests.

Has something changed? And is there a setting I can set to see the
statements again.

I am using WEBrick 1.3.1 and ruby 1.8.7

Michael

Michael Moulsdale wrote:

I have recently installed rails 2.2.2 and have now noticed that in the
server console I no longer see the SQL statements, I just see the HTTP
requests.

Has something changed? And is there a setting I can set to see the
statements again.

I am using WEBrick 1.3.1 and ruby 1.8.7

Michael

You can see sql statements in log (development.log) file.

Hitesh

Cheers Hitesh, really not thinking there.