Rails plugin that silences Postgresql connection adapter verbose output
Go to file
2011-04-18 07:59:49 +01:00
lib Rescue errors when the postgres adapter isn't in use (h/t to subdigital) 2011-04-18 07:59:49 +01: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.7 2011-01-15 16:42:18 +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