Rails plugin that silences Postgresql connection adapter verbose output
Go to file
2010-10-07 14:23:53 +03:00
lib - silence silence postgres :P 2010-10-07 14:23:53 +03: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 Make compatible with Rails 2 and 3 2010-09-22 23:01:40 -07: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