jackdempsey / acts_as_commentable

The ActiveRecord acts_as_commentable plugin
http://juixe.com/svn/acts_as_commentable/
MIT License
834 stars 176 forks source link

DEPRECATION WARNING: class_inheritable_attribute #21

Closed pctj101 closed 10 years ago

pctj101 commented 12 years ago

Just a heads up about a deprecation warning I noticed in my logs:

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. (called from acts_as_commentable at /export/home/user/.bundler/ruby/1.8/acts_as_commentable-3a1537dcb993/lib/commentable_methods.rb:16)

My environment:

GIT remote: git://github.com/jackdempsey/acts_as_commentable.git revision: 3a1537dcb993f03b99eabc15f6e2846f14f8eee0 specs: acts_as_commentable (3.0.0)

GEM rails (3.1.0)

jackdempsey commented 12 years ago

cool, thanks for the info. Will take a look!

ridget commented 10 years ago

@jackdempsey is this still relevant? Wondering if this can be closed?

jackdempsey commented 10 years ago

Should be all set now. Please reopen if anyone has issues with this. Thanks @ridget