Rails plugin that silences Postgresql connection adapter verbose output
Go to file
2011-01-15 21:57:25 +06:00
lib Silence for table_exists? method 2011-01-15 21:57:25 +06:00
init.rb Tweaks to make it actually work 2010-09-22 14:05:32 -05:00
MIT-LICENSE Import from http://code.google.com/p/silent-postgres/ 2010-09-03 04:26:20 -07:00
README Import from http://code.google.com/p/silent-postgres/ 2010-09-03 04:26:20 -07:00
silent-postgres.gemspec Bump version to 0.0.6 2010-11-05 05:30:02 +00:00

SilentPostgres
==============

Silences internal diagnostic messages from postgresql connection adapter.

Enabled only in development and test environments, skips production for 
performance reasons - logging is probably disabled there anyway.

Copyright (c) 2008 Łukasz Piestrzeniewicz, released under the MIT license