silent-postgres
silent-postgres copied to clipboard
I doesn't seem to work with PostgreSQL 9.0
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 is not working. It raises no errors, but the logs are still full of pg stuff, both in test and development envs.
Any ideas?
Thank you very much for this gem!
~/Code/project [master] [ruby-1.9.2-p180]
11:25:40 $ pg_dump --version
pg_dump (PostgreSQL) 9.0.3
~/Code/project [master] [ruby-1.9.2-p180]
11:25:47 $ rails --version
Rails 3.0.7
~/Code/project [master] [ruby-1.9.2-p180]
11:25:55 $ ruby --version
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.6.0]
It's fine here :)