I have some oddities on my production server only and I need to be able to see all the database queries as in development mode.
I am sure it is a small config tweak, but I can't find any solutions.
I have some oddities on my production server only and I need to be able to see all the database queries as in development mode.
I am sure it is a small config tweak, but I can't find any solutions.
In Rails 2.x, in the environment.rb file you have:
In Rails 3.x should be something similar.