SHOW FIELDS in find query

Why exactly do you want to do that?

If you run Rails in production mode, this query is only executed once for each time the server is started, I believe. In dev mode, it is run for every request.

Max