laserlemon / vestal_versions

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

Deprecation Warning #78

Closed 1xch closed 10 years ago

1xch commented 12 years ago

Within rails log:

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 prepare_versioned_options at /home/qx/.rvm/gems/ruby-1.9.2-p180/bundler/gems/vestal_versions-6273df533f85/lib/vestal_versions/options.rb:31)

redcine commented 12 years ago

+1 I am also getting this error.

petecocoon commented 12 years ago

+1 me too

petecocoon commented 12 years ago

You can use this non-solution, if you issue is only the noise output: put 'ActiveSupport::Deprecation.silenced = true' in config/appliction.rb

TheHumaneClub commented 12 years ago

+1

jfrioux commented 12 years ago

Same here

tispratik commented 12 years ago

+1 me too

Vibhuti commented 12 years ago

+1 me too

brendankemp commented 12 years ago

PR to ichiro's fork: https://github.com/ichiro101/vestal_versions/pull/2