Skip to content
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

Open
taavo opened this issue Jan 28, 2012 · 6 comments
Open

silence is deprecated #19

taavo opened this issue Jan 28, 2012 · 6 comments

Comments

@taavo
Copy link

taavo commented Jan 28, 2012

Updated my app to Rails 3.2.1 and every request and test is awash in deprecation warnings:

DEPRECATION WARNING: silence is deprecated and will be removed from Rails 3.2. (called from tables_with_silencer at (eval):2)
DEPRECATION WARNING: silence is deprecated and will be removed from Rails 3.2. (called from table_exists_with_silencer? at (eval):2)

I disabled silent-postgres, and the warnings went away. Lil help?

(Probably related: #18, Rails #4159. And thanks for the gem!)

@plentz
Copy link

plentz commented Feb 9, 2012

+1

1 similar comment
@juni0r
Copy link

juni0r commented Feb 10, 2012

+1

@plentz
Copy link

plentz commented Feb 10, 2012

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

@juni0r
Copy link

juni0r commented Feb 10, 2012

@plentz That's right. Thanks for pointing this out.

@taavo You receive an honorable mention for the ticket title ;)

@pjungwir
Copy link

pjungwir commented Oct 5, 2012

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.

@sauy7
Copy link

sauy7 commented Oct 25, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants