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 Warning under Rails 3.1.0.rc4 #15

Closed
gdelfino opened this issue Jun 14, 2011 · 4 comments
Closed

Deprecation Warning under Rails 3.1.0.rc4 #15

gdelfino opened this issue Jun 14, 2011 · 4 comments

Comments

@gdelfino
Copy link

The encrypt_with_public_key declaration in the models using strongbox is producing the following deprecation warnings under Rails 3.1.0.rc4:

DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first.

What can be done about this?

@gdelfino
Copy link
Author

In case it helps, I found this:

slbug/awesome_nested_set@6c98d59

@spikex
Copy link
Owner

spikex commented Jun 14, 2011

Thanks, I just pushed up version 0.4.7 which addresses this deprecation.

@spikex spikex closed this as completed Jun 14, 2011
@gdelfino
Copy link
Author

Wow, that was fast. Thank you.

@spikex
Copy link
Owner

spikex commented Jun 14, 2011

You're welcome!

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

2 participants