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

Deprecation message #18

Closed
ianbradbury opened this issue Jul 20, 2014 · 3 comments
Closed

Deprecation message #18

ianbradbury opened this issue Jul 20, 2014 · 3 comments

Comments

@ianbradbury
Copy link

".rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/memoizable-0.4.2/lib/memoizable/method_builder.rb:117:in `call': [DEPRECATION] #verified is deprecated. Use #verified? instead."

I don'y have the memoizable gem within my project so I'm not sure what might be generating the warning.

My rake task still runs - it's just outputting this message for each record I process.

I'm running Rails 4.1.4 and using Postgres for my database.

@dkubb
Copy link
Owner

dkubb commented Jul 20, 2014

Are you using adamantium, or some other gem that is dependent on memoizable?

@sferik
Copy link
Contributor

sferik commented Jul 20, 2014

It looks like an error from the twitter gem.

@dkubb Is there a better way for me show the deprecation warning in my code, even if that code is memoized?

@ianbradbury
Copy link
Author

@dkubb - Yes. The warning was bubbling up from the Twitter gem. It took a while to figure out. If there was a way of showing the object that caused the warning that would be really fantastic. I've no idea how that might happen - way beyond me! :)

Thanks for looking over - consider this one closed.

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

3 participants