laserlemon / vestal_versions

Keep a DRY history of your ActiveRecord models' changes
MIT License
933 stars 229 forks source link

Eliminate Rails 3.1 deprecation warnings #70

Closed zapnap closed 11 years ago

zapnap commented 13 years ago

Simple one: class_inheritable_accessor -> class_attribute

Thanks!

dreamr commented 11 years ago

These fixes (and more, missed here) are now on master. Thanks for your efforts!

pboling commented 11 years ago

The gem has not been released with these fixes yet. To get it to work with rails 3.2:

gem 'vestal_versions', github: 'laserlemon/vestal_versions'

EDIT

But there is another error related to the attr_accessible still on master. This pull request has a fix!

gem 'vestal_versions', github: 'justintanner/vestal_versions'