User Column

I notice that there is a line in the logs called User Columns (1.3ms)e [0m e[0mSHOW FIELDS FROM `users`e[0m, anytime I issue a query against a model, even if the queries don't do anything to the user model. This happens even on the console.

Any ideas where this is coming from? Whats the best way to trace which part of the code is issuing these queries?

Thanks

That rails looking at the structure of your database. In production these lookups are cached.

Fred