-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
silence is deprecated #19
Comments
+1 |
1 similar comment
+1 |
btw, using rails(3.2.1) and pg (0.13.0) I no longer see the verbose messages that made me use silent-postgres. So, for now, looks like silent-postgres is no longer necessary |
I get the deprecation messages under Rails 3.2.8 also, but using JRuby and hence activerecord-jdbcpostgresql-adapter (1.2.2) if I remove silent-postgres I still see all the noisy pg_catalog queries. So alas, it's noise here or noise there. |
Updated my app to Rails 3.2.1 and every request and test is awash in deprecation warnings:
I disabled silent-postgres, and the warnings went away. Lil help?
(Probably related: #18, Rails #4159. And thanks for the gem!)
The text was updated successfully, but these errors were encountered: