silent-postgres icon indicating copy to clipboard operation
silent-postgres copied to clipboard

Rails plugin that silences Postgresql connection adapter verbose output

Results 5 silent-postgres issues
Sort by recently updated
recently updated
newest added

Updated my app to Rails 3.2.1 and every request and test is awash in deprecation warnings: ``` DEPRECATION WARNING: silence is deprecated and will be removed from Rails 3.2. (called...

Hello, I have several development environments (devel_foo, devel_bar, ...) because we develop on different local machines (OS X notebook, Linux server, Windows PC, ...) which all have subtle differences in...

I noticed that if I set min_messages in database.yml, the verbosity of postgres goes down for me. ``` development: adapter: postgresql min_messages: warning ``` For reference, here are the links...

Anyway you know how to make this work with [rails-footnotes](https://github.com/josevalim/rails-footnotes) so it doesn't show the verbose postgres query output as well? I think [this](https://github.com/josevalim/rails-footnotes/blob/master/lib/rails-footnotes/notes/queries_note.rb) is the pertinent file in the...

Hello, I always use silent-postgres without any problems, but always with PostgreSQL 8.x and REE. Today we started a new project using 1.9.2, Rails 3 and PostgreSQL 9.0.3 and silent-postgres...